django/django/contrib/sessions/backends
2008-01-06 12:53:09 +00: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 #6087 -- Added setdefault() support to the Session object. Thanks, Ben 2007-12-02 15:27:29 +00:00
cache.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
db.py Fixed a subtle corner case whereby sending a bad session ID generates new (unused) session entries in the database table. 2008-01-06 12:53:09 +00:00
file.py Fixed a subtle corner case whereby sending a bad session ID generates new (unused) session entries in the database table. 2008-01-06 12:53:09 +00:00