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 cookie-based session variables to make multi-server setup work #456

Closed

Conversation

bartgloudemans
Copy link

In a setup where a loadbalancer manages multiple web servers in round-robin fashion, the file-based session causes issues:
openid_connect_state will not be found as session variable.
Hence the option to inject a cookie-based session which is present regardless which web server instance is visited.

List of common tasks a pull request require complete

  • Changelog entry is added or the pull request don't alter library's functionality

… manages multiple web servers, the file-based method will not work because not all serves contain the same session information
@bartgloudemans bartgloudemans marked this pull request as draft January 8, 2025 16:00
@bartgloudemans bartgloudemans marked this pull request as ready for review January 8, 2025 16:33
@DeepDiver1975
Copy link
Collaborator

Such features can be implemented individually by sub-classing the client class.
Thanks a lot for your contribution.

@bartgloudemans bartgloudemans deleted the session-cookie-based branch January 13, 2025 08:49
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.

2 participants