Loading
Preparing the page...
Loading
Preparing the page...
Analyse cookie security attributes including Secure, HttpOnly, and SameSite flags. Identify security vulnerabilities and GDPR compliance issues with actionable recommendations.
One cookie per line. Supports full Set-Cookie: header format or plain cookie strings.
Download results as PDF, CSV, or JSON.
Run the tool to enable exports.
The Secure flag ensures cookies are only sent over HTTPS connections, preventing transmission over unencrypted HTTP where attackers could intercept them via man-in-the-middle attacks.
The HttpOnly flag prevents JavaScript from accessing the cookie via document.cookie. This is critical for session cookies to mitigate Cross-Site Scripting (XSS) attacks.
Controls when cookies are sent with cross-site requests:
Secure for sensitive cookiesHttpOnly unless JS access is requiredSameSite=Lax as a baselineMax-Age