Cookie Flags
General
Flag
Description
SameSite
Value
Description
None
Sends the cookie everywhere. Some browsers will block a cookie with this settings if the Secure
flag is not set.
Lax
Doesn't send the cookie on cross-site requests. It will only send it when a user manually enters the URL in the browser or clicks a link to the site.
Strict
Sends the cookie only on same-origin requests.
Resources
Last updated
Was this helpful?