index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
http
/
sessions.txt
Age
Commit message (
Expand
)
Author
2011-11-21
Fixed #16847. Session Cookies now default to httponly = True.
Paul McMillan
2011-11-17
Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...
Jannis Leidel
2011-10-17
Fixed typo in my last commit.
Luke Plant
2011-10-17
Added warning about replay attacks when using the cookies backend for sessions.
Luke Plant
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-20
Fixed #16595 - Add pop() to session docs; thanks wilfred.
Timo Graham
2011-06-26
Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...
Jannis Leidel
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-05-20
Tidy up the sessions documentation creating links for session methods and cro...
Chris Beaven
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-25
Fixed #13020 - add clarifying note to SessionStore. thanks elbarto for the pa...
Timo Graham
2010-11-26
Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-09
Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks...
Russell Keith-Magee
2010-05-06
Fixed #8357 -- Clarified what constitutes activity when calculating session e...
Russell Keith-Magee
2010-03-25
Fixed #13200 -- Updated the DB session backend to make full use of routers, d...
Russell Keith-Magee
2010-02-24
Fixed #11933 -- Added versionchanged marker for the cache_db session backend....
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-09-13
Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling...
Russell Keith-Magee
2009-06-18
Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...
Russell Keith-Magee
2009-05-26
Made some small improvements to docs/topics/http/sessions.txt
Adrian Holovaty
2009-02-16
Auth-related doc cleanups:
Gary Wilson Jr
2009-01-11
Fixed a long line, a typo, and a few misspellings from [9727].
Gary Wilson Jr
2009-01-10
Fixed #6791: added a write-through cache session backend: session data is wri...
Jacob Kaplan-Moss
2008-11-01
Fixed #9487 -- Corrected several links into the Python docs that were broken ...
Karen Tracey
2008-09-09
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
Adrian Holovaty
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
[prev]