The ultimate guide to browser cookies, privacy, and best practices for developers
Temporary cookies deleted when browser is closed. Perfect for shopping carts.
Stored indefinitely until expiration date set by script. Used for preferences.
Always transmitted via HTTPS. Mandatory for sensitive data.
Prevents XSS attacks by blocking access to cookie data from JavaScript.
Cookie attribute that prevents Cross-Site Request Forgery (CSRF) attacks.