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
2021-03-30
[3.2.x] Removed dead link in docs/topics/http/sessions.txt.
arcanemachine
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-15
Used :rfc: role in various docs.
Mariusz Felisiak
2020-03-25
Improved sessions notes in deployment checklist.
Adam Johnson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-07-23
Fixed typo in docs/topics/http/sessions.txt.
terminator14
2019-05-21
Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...
Hasan Ramezani
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2017-11-01
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie exam...
Tim Graham
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2016-08-19
Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.
Brightcells
2016-07-22
Fixed #18348 -- Documented SesssionStore.create()
Preetham Nosum
2016-07-12
Fixed #26831 -- Documented session data must be JSON encodable for JSONSerial...
Md. Sadaf Noor
2016-05-31
Fixed #26503 -- Removed an outdated example from session docs.
Berker Peksag
2016-05-28
Refs #22634 -- Removed unneeded app_label in custom session engine example.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-20
Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...
Tobias Kroenke
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-29
Added a missing session setting in docs.
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-08-27
Fixed #22634 -- Made the database-backed session backends more extensible.
Sergey Kolosov
2015-08-27
Removed historical note about session serialization.
Tim Graham
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-05-17
Fixed typo in docs/topics/http/sessions.txt
Tim Graham
2015-04-13
Fixed #24621 -- Fixed and documented SessionBase.pop's second argument
Adam Zapletal
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-10-16
Fixed some intersphinx references.
Tim Graham
2014-08-02
Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
Erik Romijn
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-07-16
Fixed #23023 -- Added warning against local-memory cache.
Tim Graham
2014-07-09
Revert "Improve cookie based session backend docs." refs #20418
Tim Graham
2014-05-11
Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...
Matt Robenolt
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-01-22
Always use parentheses when documenting a method with no arguments.
Baptiste Mispelon
2014-01-03
Fixed a sentence in the session security docs; thanks claudep.
Tim Graham
2013-11-30
Removed gender-based pronouns per [c0a2daad78].
Tim Graham
2013-11-24
Fixed some unnescesarily gendered language in the docs
Alex Gaynor
2013-11-22
Removed unused import in docs/topics/http/sessions.txt
Tim Graham
2013-11-18
Fixed typo in topics/http/sessions.txt.
Tim Graham
2013-10-18
Added a warning regarding session security and subdomains.
Tim Graham
2013-10-02
Changed the doc to use gender-neutral pronouns when possible.
Baptiste Mispelon
2013-10-02
Clarified session replay attack differences with cookie backend.
Tim Graham
2013-09-19
Added missing "in" in sentence.
Markus Amalthea Magnuson
[next]