django1/django/contrib/sessions/backends
Malcolm Tredinnick 5e8efa9a60 Implemented a flush() method on sessions that cleans out the session and
regenerates the key. Used to ensure the caller gets a fresh session at logout,
for example.

Based on a patch from mrts. Refs #7515.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-14 03:57: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 Implemented a flush() method on sessions that cleans out the session and 2008-08-14 03:57:46 +00:00
cache.py Implemented a flush() method on sessions that cleans out the session and 2008-08-14 03:57:46 +00:00
db.py Implemented a flush() method on sessions that cleans out the session and 2008-08-14 03:57:46 +00:00
file.py Implemented a flush() method on sessions that cleans out the session and 2008-08-14 03:57:46 +00:00