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