summaryrefslogtreecommitdiff
path: root/docs/topics/http/sessions.txt
AgeCommit message (Expand)Author
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-05-17Fixed typo in docs/topics/http/sessions.txtTim Graham
2015-04-13Fixed #24621 -- Fixed and documented SessionBase.pop's second argumentAdam Zapletal
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-10-16Fixed some intersphinx references.Tim Graham
2014-08-02Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-16Fixed #23023 -- Added warning against local-memory cache.Tim Graham
2014-07-09Revert "Improve cookie based session backend docs." refs #20418Tim Graham
2014-05-11Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...Matt Robenolt
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-03Fixed a sentence in the session security docs; thanks claudep.Tim Graham
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-22Removed unused import in docs/topics/http/sessions.txtTim Graham
2013-11-18Fixed typo in topics/http/sessions.txt.Tim Graham
2013-10-18Added a warning regarding session security and subdomains.Tim Graham
2013-10-02Changed the doc to use gender-neutral pronouns when possible.Baptiste Mispelon
2013-10-02Clarified session replay attack differences with cookie backend.Tim Graham
2013-09-19Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-05Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIASCHI Cheng
2013-09-03Fixed #21002 -- Documented JSON session serialization requires string keysTim Graham
2013-08-29Fixed #20997 -- Added SessionStore note to docs.Tim Graham
2013-08-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-05-19Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
2013-05-19Improve cookie based session backend docs.Marc Tamlyn
2013-05-18Fixed #20444 -- Cookie-based sessions does not include a remote code executio...Erik Romijn
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-03-02Fixed #19962 - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browser...Tim Graham
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-28Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-27Added optional kwargs to get_expiry_age/date.Aymeric Augustin
2012-10-27Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-17Fixed an error in cookie documentationPreston Holmes
2012-07-16Fixed #3881 -- skip saving session when response status is 500Anssi Kääriäinen
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-04-15Clarified that Django randomizes session keys. Refs #11555, #13478, #18128.Aymeric Augustin