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

do not clear entire session, just Flask-Login variables (fixes #231) #237

Merged

Conversation

miguelgrinberg
Copy link
Contributor

This patch addresses the recurrent problem of Flask-Login clearing session data stored by the application or other extensions. I have also expanded one of the unit tests to ensure unrelated data in the session is not deleted.

@maxcountryman
Copy link
Owner

This is great. Thank you, Miguel!

maxcountryman added a commit that referenced this pull request Sep 27, 2015
do not clear entire session, just Flask-Login variables (fixes #231)
@maxcountryman maxcountryman merged commit 5812dea into maxcountryman:master Sep 27, 2015
@maxcountryman
Copy link
Owner

I'm not at home at the moment or by a computer so I can't issue a release. But look for 0.3.1 next week.

@miguelgrinberg miguelgrinberg deleted the strong-session-fix branch September 27, 2015 22:24
@github-actions github-actions bot locked and limited conversation to collaborators Apr 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants