summaryrefslogtreecommitdiff
path: root/docs/topics/http/sessions.txt
AgeCommit message (Expand)Author
2014-08-02[1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-07-16[1.7.x] Fixed #23023 -- Added warning against local-memory cache.Tim Graham
2014-07-09[1.7.x] Revert "Improve cookie based session backend docs." refs #20418Tim 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
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-11-17Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...Jannis Leidel
2011-10-17Fixed typo in my last commit.Luke Plant
2011-10-17Added warning about replay attacks when using the cookies backend for sessions.Luke Plant
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-20Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham
2011-06-26Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...Jannis Leidel
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel