sessionId
#1- Value
- abc123
- path
- /
- secure
- Enabled
- httponly
- Enabled
- samesite
- Lax
Network & Web Tools
Parse Cookie and Set-Cookie header values, inspect attributes and identify common cookie configuration issues.
Paste one Cookie or Set-Cookie value per line. Everything is parsed locally.
Cookies
2
Warnings
0
Mode
Browser only
HTTP cookies carry state between browsers and web applications. This parser turns raw header values into readable name, value and attribute records without sending sensitive cookie text anywhere.
No. Cookie text is parsed locally in your browser.
Cookie is normally sent by a browser to a server, while Set-Cookie is returned by a server to create or update a browser cookie.
Modern browsers generally require cookies using SameSite=None to also use Secure so they are sent only over HTTPS.
It identifies common formatting and attribute issues, but it is not a complete application security review.