summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-03-25 11:04:52 +0000
committerGitHub <noreply@github.com>2020-03-25 12:04:52 +0100
commit66b06822d05ca1cf897745e7cb3c89adc53363ba (patch)
tree05b98838fc9a9b089684bfa9ac7471f06266fff7 /docs/topics/http
parent9e1b6b8a66af4c2197e5b1b41eb9dbb36e4f6502 (diff)
Improved sessions notes in deployment checklist.
- Added note to clear old sessions when using database-backend. - Made note to consider the cache backend more generic.
Diffstat (limited to 'docs/topics/http')
-rw-r--r--docs/topics/http/sessions.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt
index 5921ba6625..71abe7603e 100644
--- a/docs/topics/http/sessions.txt
+++ b/docs/topics/http/sessions.txt
@@ -599,6 +599,8 @@ of ``request.session`` as described above in `using sessions in views`_.
Django applications which have the
:setting:`SESSION_EXPIRE_AT_BROWSER_CLOSE` setting enabled.
+.. _clearing-the-session-store:
+
Clearing the session store
==========================