pallets-eco / flask-session

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

Adds check to ensure saved_session.expiry exists before utcnow() #57

Closed grutz closed 6 months ago

grutz commented 7 years ago

Fixes issue #56 for SQLAlchemy. May be valuable for others.

Lxstr commented 6 months ago

Should now be fixed from 0.7.0rc1. If expiry is None (which is legacy behaviour) the session will be cleared