django1/django/contrib/sessions/backends
Aymeric Augustin 83df1f3b57 [1.5.x] Fixed #19356 -- Increased session key entropy.
Backport of d913a8b from master.
2012-11-29 16:38:09 +01: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 [1.5.x] Fixed #19356 -- Increased session key entropy. 2012-11-29 16:38:09 +01:00
cache.py Fixed #17083 -- Allowed sessions to use non-default cache. 2012-10-31 09:51:19 +01:00
cached_db.py [1.5.x] Added optional kwargs to get_expiry_age/date. 2012-10-28 09:20:54 +01:00
db.py [1.5.x] Fixed #18194 -- Expiration of file-based sessions 2012-10-28 09:21:56 +01:00
file.py [1.5.x] Fixed #19356 -- Increased session key entropy. 2012-11-29 16:38:09 +01:00
signed_cookies.py [1.5.x] Fixed #18194 -- Expiration of file-based sessions 2012-10-28 09:21:56 +01:00