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

Update sessions.py-fixed none problem with saved_session expiry #203

Closed
wants to merge 1 commit into from

Conversation

armurox
Copy link

@armurox armurox commented Dec 9, 2023

Had an error in sessions.py where if the session expiry date was None, then the application threw an exception. Fixed the error.

Lxstr added a commit that referenced this pull request Jan 1, 2024
Closes #203
Based on flask-session2 rather than other PRs as the expected behaviour would be to remove the session with no expiry
@Lxstr
Copy link
Contributor

Lxstr commented Jan 19, 2024

Hi @armurox thanks for the PR, this issue should now be fixed with slightly different logic in the 0.6.0rc1 if you would like to test.

@Lxstr Lxstr closed this Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants