Skip to content

Conversation

IlyaSemenov
Copy link

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