django1/django/contrib/sessions/backends
Malcolm Tredinnick 041e24dbde Fixed a subtle corner case whereby sending a bad session ID generates new (unused) session entries in the database table.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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