django1/django/contrib/sessions/backends
Aymeric Augustin f356a2e52f Fixed #17810 (again). Catch session key errors.
The previous commit didn't work with PyLibMC.
This solution appears to be the best compromise
at this point in the 1.4 release cycle.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@17797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-23 16:14:46 +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 Cleanup to use get_random_string consistently. 2012-02-23 21:39:12 +00:00
cache.py Fixed #17810 (again). Catch session key errors. 2012-03-23 16:14:46 +00:00
cached_db.py Fixed #17810 (again). Catch session key errors. 2012-03-23 16:14:46 +00:00
db.py Fixed #17506 -- Did a minor optimization in the sessions' database backend. Thanks to FunkyBob for the report and patch. 2012-01-24 07:42:38 +00:00
file.py Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478. 2011-11-27 17:52:24 +00:00
signed_cookies.py Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478. 2011-11-27 17:52:24 +00:00