Preston Holmes
|
31dcaf49a0
Fixed an error in cookie documentation
|
12 years ago |
Anssi Kääriäinen
|
aeda55e6bf
Fixed #3881 -- skip saving session when response status is 500
|
12 years ago |
Claude Paroz
|
8a5d1a6b93
Updated obsolete links in the documentation
|
12 years ago |
Aymeric Augustin
|
17f3e9258e
Fixed #18397 -- Avoided referencing lawrence.com.
|
12 years ago |
Aymeric Augustin
|
5116c51b40
Clarified that Django randomizes session keys. Refs #11555, #13478, #18128.
|
13 years ago |
Paul McMillan
|
4d975b4f88
Fixed #16847. Session Cookies now default to httponly = True.
|
13 years ago |
Jannis Leidel
|
c20d33201c
Fixed #17223 -- Correctly reference the signed cookies session backend. Thanks, Bryan Veloso.
|
13 years ago |
Luke Plant
|
4209ff1fcd
Fixed typo in my last commit.
|
13 years ago |
Luke Plant
|
6205a348f0
Added warning about replay attacks when using the cookies backend for sessions.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Timo Graham
|
2ac0b97d43
Fixed #16595 - Add pop() to session docs; thanks wilfred.
|
13 years ago |
Jannis Leidel
|
c817f2f544
Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Florenzano for his initial work and Florian Apollaner for reviewing.
|
13 years ago |
Jannis Leidel
|
49f57a5d28
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
|
13 years ago |
Chris Beaven
|
26156794f1
Tidy up the sessions documentation creating links for session methods and crosslinking settings
|
13 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Timo Graham
|
00c554f89e
Fixed #13020 - add clarifying note to SessionStore. thanks elbarto for the patch.
|
14 years ago |
Russell Keith-Magee
|
78be884ea7
Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the suggestion, and rodolfo for the draft patch.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
3057a59ec4
Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks to mb0@mb0.org for the report and Gabriel Hurley for the patch.
|
15 years ago |
Russell Keith-Magee
|
2b05231310
Fixed #8357 -- Clarified what constitutes activity when calculating session expiry. Thanks to timo for the patch.
|
15 years ago |
Russell Keith-Magee
|
962defed0a
Fixed #13200 -- Updated the DB session backend to make full use of routers, deprecating the need for the SESSION_DB_ALIAS setting. Thanks to rokclimb15 for the report.
|
15 years ago |
Russell Keith-Magee
|
6237768b51
Fixed #11933 -- Added versionchanged marker for the cache_db session backend. Thanks to gabrielhurley for the report and patch.
|
15 years ago |
Russell Keith-Magee
|
ff60c5f9de
Fixed #1142 -- Added multiple database support.
|
15 years ago |
Russell Keith-Magee
|
8b6a2c11e4
Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling for the report, and gsong for the patch.
|
15 years ago |
Russell Keith-Magee
|
457a1f9a03
Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks to jjinux for the review notes.
|
15 years ago |
Adrian Holovaty
|
9848f888ba
Made some small improvements to docs/topics/http/sessions.txt
|
15 years ago |
Gary Wilson Jr
|
88837875f2
Auth-related doc cleanups:
|
16 years ago |
Gary Wilson Jr
|
11d382c6c4
Fixed a long line, a typo, and a few misspellings from [9727].
|
16 years ago |
Jacob Kaplan-Moss
|
299e1e814f
Fixed #6791: added a write-through cache session backend: session data is written through the cache to the database, but read from the cache for speed. Thanks to jhenry, mcroydon, and jdunck.
|
16 years ago |