| Age | Commit message (Expand) | Author |
| 2010-03-25 | Fixed #13200 -- Updated the DB session backend to make full use of routers, d... | Russell Keith-Magee |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-01 | Fixed #9548 -- Correctly detect existence of empty sessions with cache backend. | Malcolm Tredinnick |
| 2009-01-10 | Fixed #6791: added a write-through cache session backend: session data is wri... | Jacob Kaplan-Moss |
| 2008-10-10 | More be-nice-to-the-buildbot: be better about cleaning up files created by th... | Jacob Kaplan-Moss |
| 2008-09-17 | Fixed #9096 -- Fixed a slightly out-of-date comment. | Malcolm Tredinnick |
| 2008-09-01 | Fixed a small oversight in [8750]; thanks for the sharp eyes, Warren. Fixes #... | Jacob Kaplan-Moss |
| 2008-08-30 | Fixed #8616 (again): prevent a race condition in the session file backend. Ma... | Jacob Kaplan-Moss |
| 2008-08-29 | Reverted #8688 for now, since it merely introduced different bugs, rather than | Malcolm Tredinnick |
| 2008-08-29 | Fixed #8616 -- Fixed a race condition in the file-based session backend. | Malcolm Tredinnick |
| 2008-08-27 | Fixed #8311 -- Avoid an infinite loop with session key generation when using | Malcolm Tredinnick |
| 2008-08-23 | Avoid a crash when unencoding session data for the db backend. This is required | Malcolm Tredinnick |
| 2008-08-21 | When logging in, change the session key whilst preserving any existing | Malcolm Tredinnick |
| 2008-08-20 | Fixed #8457 -- Fixed a missing import. | Malcolm Tredinnick |
| 2008-08-16 | Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backe... | Malcolm Tredinnick |
| 2008-08-15 | Made a few small tweaks to reduce persistent storage accesses in the session | Malcolm Tredinnick |
| 2008-08-14 | Fixed #8314 -- Fixed an infinite loop caused when submitting a session key (via | Malcolm Tredinnick |
| 2008-08-14 | Removed some testing code inadvertently commited in [8348]. | Gary Wilson Jr |
| 2008-08-14 | Fixed #8206 -- Removed validate methods of Model and Model fields. They are a... | Gary Wilson Jr |
| 2008-08-14 | Fixed #8310 -- Actually use the SystemRandom RNG, if available, which fixes an | Malcolm Tredinnick |
| 2008-08-14 | Fixed #6984 -- Make sure to load session data from the file (if necessary) | Malcolm Tredinnick |
| 2008-08-14 | Implemented a flush() method on sessions that cleans out the session and | Malcolm Tredinnick |
| 2008-08-14 | Added a clear() method to sessions. Patch from mrts. Refs #7515. | Malcolm Tredinnick |
| 2008-08-14 | Added guaranteed atomic creation of new session objects. Slightly backwards | Malcolm Tredinnick |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-07-30 | Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants from | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-06-23 | Several Django styling fixes in the `contrib.sessions` app. | Gary Wilson Jr |
| 2008-06-18 | Fixed #7429 -- Modified the Session base class a little more dictionary-like ... | Russell Keith-Magee |
| 2008-06-07 | Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up... | Jacob Kaplan-Moss |
| 2008-03-20 | Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes a | Malcolm Tredinnick |
| 2008-02-19 | Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). | Malcolm Tredinnick |
| 2008-01-06 | Fixed a subtle corner case whereby sending a bad session ID generates new (un... | Malcolm Tredinnick |
| 2007-12-04 | Added a test for [6889] | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #6082: file-based sessions now verify that SESSION_FILE_PATH is a valid... | Jacob Kaplan-Moss |
| 2007-12-02 | Fixed #6087 -- Added setdefault() support to the Session object. Thanks, Ben | Malcolm Tredinnick |
| 2007-12-01 | Fixed #6081 -- Removed unused code. Thanks, Ben Slavin. | Malcolm Tredinnick |
| 2007-10-31 | Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie... | Gary Wilson Jr |
| 2007-10-29 | Fixed imports, indention, and a long line. | Gary Wilson Jr |
| 2007-10-20 | Fixed #4729 -- Restored functionality to the Session class so that popping a | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4724 -- Added support for configurable session cookie paths. Helps with | Malcolm Tredinnick |
| 2007-09-25 | Fixed #5598 -- Restored needed imports that were removed in [6333]. Thanks, ... | Gary Wilson Jr |
| 2007-09-20 | Removed trailing whitespace in django/contrib/sessions/backends/base.py | Adrian Holovaty |
| 2007-09-20 | Fixed #5548 -- Reintroduced Jython workaround for os.getpid(), which was lost... | Adrian Holovaty |
| 2007-09-16 | Refs #5513: improved session performance after [6333]'s session refactoring. ... | Jacob Kaplan-Moss |
| 2007-09-16 | Fixed #5501 -- Fixed Python 2.3 and 2.4 incompatibility. Thanks, brosner. | Malcolm Tredinnick |
| 2007-09-15 | Fixed #2066: session data can now be stored in the cache or on the filesystem... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ... | Malcolm Tredinnick |