django1/django/contrib/sessions
Jacob Kaplan-Moss eebc7caa63 Fixed #8616 (again): prevent a race condition in the session file backend. Many thanks to Warren Smith for help and the eventual fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-30 20:50:41 +00:00
..
backends Fixed #8616 (again): prevent a race condition in the session file backend. Many thanks to Warren Smith for help and the eventual fix. 2008-08-30 20:50:41 +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