django1/django/contrib/sessions
Malcolm Tredinnick 02f86a1c7c Fixed #8616 -- Fixed a race condition in the file-based session backend.
Thanks to warren@wandrsmith.net for the patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8688 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 01:44:11 +00:00
..
backends Fixed #8616 -- Fixed a race condition in the file-based session backend. 2008-08-29 01:44:11 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
middleware.py Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants from 2008-07-30 21:55:47 +00:00
models.py Removed some testing code inadvertently commited in [8348]. 2008-08-14 15:41:38 +00:00
tests.py When logging in, change the session key whilst preserving any existing 2008-08-21 13:54:53 +00:00