New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
You log into a site with no idea whether the cookie it just set can be stolen by a script on the page.
What you'll have at the end
A short written note on one login cookie, listing which of HttpOnly, Secure, and SameSite it actually has, and what each missing one leaves open.
You need
A login flow you're allowed to test, open in a browser with a working network inspector and console: your own project in development, or any site you have explicit permission to test.
Not covered
Changing your own server's cookie settings to add whatever's missing: that job belongs to whichever framework serves the login, and it isn't part of this check.
Checked 18 Aug 2026
Part of the HTTP cookbook