pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
490 stars 236 forks source link

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

Closed armurox closed 5 months ago

armurox commented 6 months ago

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

Lxstr commented 5 months ago

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.