P2 · MediumSecurity
Cookie missing Secure
Cookie sent over HTTP
Code: cookie_missing_secure
Why it matters
Cookie sent over HTTP. Browsers and users expect sites to be secure. Missing protections expose visitors to data theft, phishing, and loss of trust.
How to fix
Add Secure flag to cookies
httpSet-Cookie: session=value; Secure; HttpOnly; SameSite=Strict; Path=/Related checks in Security
Run a free scan to check your site
Get a complete audit in under 2 minutes. No account required.
Start Free Scan