django1/django/contrib/sessions/backends
Carl Meyer 66d12d1aba [1.8.x] Fixed #19324 -- Avoided creating a session record when loading the session.
The session record is now only created if/when the session is modified. This
prevents a potential DoS via creation of many empty session records.

This is a security fix; disclosure to follow shortly.
2015-07-08 15:23:18 -04: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 [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
cache.py [1.8.x] Fixed #19324 -- Avoided creating a session record when loading the session. 2015-07-08 15:23:18 -04:00
cached_db.py [1.8.x] Fixed #19324 -- Avoided creating a session record when loading the session. 2015-07-08 15:23:18 -04:00
db.py [1.8.x] Fixed #19324 -- Avoided creating a session record when loading the session. 2015-07-08 15:23:18 -04:00
file.py [1.8.x] Fixed #19324 -- Avoided creating a session record when loading the session. 2015-07-08 15:23:18 -04:00
signed_cookies.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00