django1/django/contrib/sessions/backends
Jon Dufresne 5faf745999 Refs #21608 -- Fixed incorrect cache key in cache session backend's save().
The bug was introduced commit 3389c5ea22.
2016-04-04 07:41:59 -04:00
..
__init__.py Fixed #2066: session data can now be stored in the cache or on the filesystem. This should be fully backwards-compatible (the database cache store is still the default). A big thanks to John D'Agostino for the bulk of this code. 2007-09-15 21:29:14 +00:00
base.py Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent requests. 2016-02-26 18:56:56 -05:00
cache.py Refs #21608 -- Fixed incorrect cache key in cache session backend's save(). 2016-04-04 07:41:59 -04:00
cached_db.py Fixed #22634 -- Made the database-backed session backends more extensible. 2015-08-27 15:00:09 -04:00
db.py Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent requests. 2016-02-26 18:56:56 -05:00
file.py Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent requests. 2016-02-26 18:56:56 -05:00
signed_cookies.py Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exceptions. 2015-03-12 08:19:54 -04:00