bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 147 forks source link

Fix issue #180 - KeyError when loading deleted session #199

Closed kotofos closed 3 years ago

kotofos commented 3 years ago

Session.load does not properly handle state after .delete and .save was called.

This happens when user logs out, but saves session id, and then tries to use it again.