> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reconnect-tool.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Importing Roblox Cookies with the Cookie Tool

> Import and manage Roblox .ROBLOSECURITY cookies for faster, more reliable logins — no password required and no suspicious login flags triggered.

The **Cookie Tool** lets you import Roblox `.ROBLOSECURITY` cookies into Reconnect for cookie-based authentication. Instead of logging in with a username and password every time Roblox restarts, Reconnect uses your stored cookie to authenticate instantly — making rejoins faster and more reliable.

## Why Use Cookie-Based Login?

Cookie-based login has several advantages over password-based login for automated environments:

* **More reliable** — cookies bypass the standard login flow, reducing failed authentication attempts caused by server-side login checks.
* **No suspicious login flags** — logging in with a cookie doesn't trigger the suspicious login detection that repeated password logins can activate.
* **No 2-Step Verification** — cookie login skips 2-step verification prompts entirely, so your automated sessions never get stuck waiting for a code.
* **Faster reconnects** — skipping the full login flow means Roblox loads faster after a disconnect, reducing downtime between sessions.

## How to Get Your Cookie

You'll need to extract the `.ROBLOSECURITY` cookie from your browser while you're logged in to Roblox. The steps are the same in both Chrome and Firefox:

<Steps>
  <Step title="Log in to Roblox">
    Open [roblox.com](https://www.roblox.com) in **Chrome** or **Firefox** and sign in to the account you want to use.
  </Step>

  <Step title="Open Developer Tools">
    Press **F12** (or right-click anywhere on the page and choose **Inspect**) to open the browser's Developer Tools panel.
  </Step>

  <Step title="Navigate to the cookie">
    Click the **Application** tab (Chrome) or **Storage** tab (Firefox) in the DevTools panel. Then expand **Cookies** in the left sidebar and click **[https://www.roblox.com](https://www.roblox.com)**.
  </Step>

  <Step title="Copy the cookie value">
    Find the row named **`.ROBLOSECURITY`** in the cookie list. Click on it and copy the full value from the **Value** column. The value starts with `_|WARNING:...`.
  </Step>
</Steps>

<Warning>
  **Never share your `.ROBLOSECURITY` cookie with anyone.** This cookie grants complete access to your Roblox account — whoever holds it can log in, make purchases, and change account settings without needing your password. Treat it like a password.
</Warning>

## Importing a Cookie

Once you have your cookie value, importing it into Reconnect takes just a few seconds:

<Steps>
  <Step title="Open the Cookie Tool">
    Click **Cookie Tool** in the left sidebar of the dashboard.
  </Step>

  <Step title="Paste the cookie value">
    Paste the full `.ROBLOSECURITY` value you copied from your browser into the input field.
  </Step>

  <Step title="Click Import Cookie">
    Click **Import Cookie**. Reconnect validates the cookie immediately and stores it securely. The cookie will appear in your stored cookies list with a **Valid** status.
  </Step>
</Steps>

## Cookie Validity

Stored cookies don't last forever. A cookie becomes invalid when any of the following happen:

| Cause                                             | Effect                                            |
| ------------------------------------------------- | ------------------------------------------------- |
| You log out of Roblox in a browser                | Cookie is invalidated immediately                 |
| Roblox detects suspicious activity on the account | Cookie is reset and invalidated                   |
| The cookie reaches its natural expiry             | Typically around **30 days** after the last login |

The Cookie Tool displays a **Valid** or **Invalid** status badge next to each stored cookie so you always know which ones are still usable. Replace an invalid cookie by importing a fresh one using the steps above.

<Tip>
  If a device starts failing to rejoin and you suspect the cookie has expired, head to the Cookie Tool first to check its status before troubleshooting anything else.
</Tip>
