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

Allow setting the Domain attribute on the session cookie #2686

Open
fbuetler opened this issue Nov 26, 2024 · 1 comment · May be fixed by #2687
Open

Allow setting the Domain attribute on the session cookie #2686

fbuetler opened this issue Nov 26, 2024 · 1 comment · May be fixed by #2687

Comments

@fbuetler
Copy link
Contributor

Version

4.5.8

Context

The current API of the SessionHandler does not support setting the domain attribute of the session cookie.

If the web server is serving multiple hosts, it would be convenient to use the same session for the same client by setting the domain attribute of the session cookie.

Additional Information

If accepted, I volunteer to contribute this.

@tsegismont
Copy link
Contributor

I have mixed feelings about this one. It's nice to have but I would like to fully understand consequences, with respect to possible attacks

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

Successfully merging a pull request may close this issue.

2 participants