Paste Set-Cookie or Cookie header strings to parse into structured cookie data.
Select cookies from the table and generate code in different formats.
A cookie is a small piece of data stored on the user's browser by a website. It's used to maintain login sessions, record preferences, track user behavior, and more. Each cookie has a name, value, and optional attributes (expiry, domain, path, security flags, etc.).
Open the "Cookie Manager" tab. The tool automatically reads all cookies under the current domain and displays them in a table. Click "Refresh" to re-read. Note: HttpOnly cookies cannot be accessed via JavaScript for security reasons.
All operations are performed locally in your browser. Cookie data is never uploaded to any server. Exported JSON files are for local backup and migration purposes only.