| Age | Commit message (Expand) | Author |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |
| 2008-08-14 | Fixed #6941 -- When logging a user out, or when logging in with an existing | 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-02 | Removed several deprecated features for 1.0 (refs #7830): | Gary Wilson Jr |
| 2008-07-06 | Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d... | Malcolm Tredinnick |
| 2008-06-16 | Fixed #6777 -- Made some text in docs/sessions.txt into internal links. Thank... | Adrian Holovaty |
| 2008-06-12 | Various documentation edits from the past few changesets | Adrian Holovaty |
| 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 |
| 2007-12-19 | Added 'New in Django development version' note to docs/sessions.txt setdefaul... | Adrian Holovaty |
| 2007-12-02 | Fixed #6087 -- Added setdefault() support to the Session object. Thanks, Ben | Malcolm Tredinnick |
| 2007-09-20 | Fixed #5544 -- Fixed another typo in documentation, introduced as a result of... | Russell Keith-Magee |
| 2007-09-19 | Fixed #5544 -- Fixed typo in documentation, introduced as a result of the cha... | Russell Keith-Magee |
| 2007-09-15 | Edited docs/sessions.txt changes from [6333] | Adrian Holovaty |
| 2007-09-15 | Fixed #2066: session data can now be stored in the cache or on the filesystem... | Jacob Kaplan-Moss |
| 2007-08-12 | Fixed #4914 -- Documented the Session.modified attribute for forcing session ... | Malcolm Tredinnick |
| 2007-05-02 | Fixed #4201 -- Fixed pre-MR style code example in docs/sessions.txt. Thanks, ... | Adrian Holovaty |
| 2007-03-25 | Fixed #3816 -- Fixed typo in docs/sessions.txt. Thanks, jon austin | Adrian Holovaty |
| 2007-03-23 | Remove notes about things added/removed in development version, since the dev... | James Bennett |
| 2007-01-24 | Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ... | Adrian Holovaty |
| 2006-12-30 | Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txt | Adrian Holovaty |
| 2006-11-27 | Fixed #2931 -- Changed 'if request.POST' to 'if request.method == POST' in do... | Adrian Holovaty |
| 2006-08-12 | Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de | Adrian Holovaty |
| 2006-07-07 | Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement. | Adrian Holovaty |
| 2006-06-01 | Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ... | Adrian Holovaty |
| 2006-05-26 | Fixed #1998 -- Changed double quotes to single quotes | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-02-10 | Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, N... | Adrian Holovaty |
| 2006-01-11 | Removed 'Only in Django development version' messages from the docs, because ... | Adrian Holovaty |
| 2005-12-29 | Fixed #1137 -- Added a _contains_() method to SessionWrapper. Thanks, Brant | Adrian Holovaty |
| 2005-12-09 | Fixed grammar error in docs from [1584] | Adrian Holovaty |
| 2005-12-09 | Fixed #857 -- Changed default session cookie name from hotclub to sessionid. ... | Adrian Holovaty |
| 2005-11-20 | Added note to docs/sessions.txt about only being available in development ver... | Adrian Holovaty |
| 2005-11-20 | Added SESSION_SAVE_EVERY_REQUEST setting. | Adrian Holovaty |
| 2005-11-13 | Changed slightly misleading example in docs/sessions.txt to use baggage-less ... | Adrian Holovaty |
| 2005-11-02 | Added 'Session IDs in URLs' and 'Session cookies' sections to docs/sessions.txt | Adrian Holovaty |
| 2005-10-14 | Fixed #626 -- Moved template modules to django.core.template package. django.... | Adrian Holovaty |
| 2005-09-23 | Added request.session.delete_test_cookie() | Adrian Holovaty |
| 2005-08-17 | Added 'Session object guidlines' section to docs/sessions.txt | Adrian Holovaty |
| 2005-08-17 | Added doc/sessions.txt | Adrian Holovaty |