HTTP Cookies
Table of Contents
:ID: E540D011-8E1E-43CC-B2D9-0714EC0C37E2
# Properties
# Expires / Max-Age
# Secure
Only sent over HTTPS (except on localhost).
# HttpOnly
Makes the cookie inaccessible to JavaScript.
# SameSite
This controls if cookies should be restricted to being first-party (ie loading an image on a 3rd party site). See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite