django1/django/contrib/sessions/backends
Malcolm Tredinnick 0d48087a53 Made a few small tweaks to reduce persistent storage accesses in the session
backend. Refs #8311, although doesn't fix the problem there.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-15 14:59:11 +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 Made a few small tweaks to reduce persistent storage accesses in the session 2008-08-15 14:59:11 +00:00
cache.py Made a few small tweaks to reduce persistent storage accesses in the session 2008-08-15 14:59:11 +00:00
db.py Made a few small tweaks to reduce persistent storage accesses in the session 2008-08-15 14:59:11 +00:00
file.py Made a few small tweaks to reduce persistent storage accesses in the session 2008-08-15 14:59:11 +00:00