Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SESSION_COOKIE_DOMAIN caveat documentation #5464

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

azmeuk
Copy link

@azmeuk azmeuk commented Apr 15, 2024

This details competing session cookies situations after SESSION_COOKIE_DOMAIN changes, and fixes #5462.
I tried to stay concise. I hope this is easy to understand.

Changing this value might result in browsers with several competing session cookies. In
that situation there is no guarantee of which one will be sent first, and be used as the
session cookie.
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.

Conflicting cookies shenanigans with SESSION_COOKIE_DOMAIN
1 participant