Skip to content

set SameSite=none for cookies#14

Open
IlyaSemenov wants to merge 1 commit intoViktorStiskala:masterfrom
IlyaSemenov:samesite_none
Open

set SameSite=none for cookies#14
IlyaSemenov wants to merge 1 commit intoViktorStiskala:masterfrom
IlyaSemenov:samesite_none

Conversation

@IlyaSemenov
Copy link
Copy Markdown

Starting from Chrome 80, cookies without SameSite are treated at SameSite=lax, meaning they will only work if set from a subdomain of the same site. For the shared_session to actually work with unrelated domains, the handler must explicitly set SameSite=none in the response (it will also require a secure cookie, but that's a different story).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant