django1/django/contrib/sessions/backends
Malcolm Tredinnick 3717e3bba3 Reverted #8688 for now, since it merely introduced different bugs, rather than
fixing the problem. We have a plan B (and plan C, if needed), so this will be
fixed in a different way.

Refs #8616.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8707 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 17:32:21 +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 #8311 -- Avoid an infinite loop with session key generation when using 2008-08-27 08:58:51 +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 Reverted #8688 for now, since it merely introduced different bugs, rather than 2008-08-29 17:32:21 +00:00