django1/django/contrib/sessions/backends
Malcolm Tredinnick d77236960a Fixed #9548 -- Correctly detect existence of empty sessions with cache backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-01 07:32:41 +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 When logging in, change the session key whilst preserving any existing 2008-08-21 13:54:53 +00:00
cache.py Fixed #9548 -- Correctly detect existence of empty sessions with cache backend. 2009-03-01 07:32:41 +00:00
cached_db.py Fixed #6791: added a write-through cache session backend: session data is written through the cache to the database, but read from the cache for speed. Thanks to jhenry, mcroydon, and jdunck. 2009-01-10 22:18:14 +00:00
db.py Avoid a crash when unencoding session data for the db backend. This is required 2008-08-23 22:59:04 +00:00
file.py Fixed a small oversight in [8750]; thanks for the sharp eyes, Warren. Fixes #8616. 2008-09-01 20:25:16 +00:00