This stores session information across multiple instances. They are stored client-side in the userâs web browser.
Used for temporary information that doesnât matter too much.
Cookie Security Flags
HTTPOnly: Prevents javascript visibility (XSS), cookies are not stored
Secure: Prevents cookies from being forwarded unless you use HTTPS
CSRF: Prevents cross site request forgery
Sites like desmos, google maps that want to be embedded into other sites usually have this disabled