Cookie Inspector
← Back to HomeAbout HttpOnly Cookies
For security reasons, session cookies like __Secure-sid are often marked as HttpOnly. This means they cannot be accessed via JavaScript (document.cookie). If you are logged in but don't see the session cookie below, it is likely protected by the HttpOnly flag. The browser will still automatically send it with requests to the backend.
Visible Cookies
Cookies accessible via JavaScript on this domain.
No visible cookies found.