From 76db34e52a7852dc292a1792c8a0499ac65faced Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 25 Mar 2020 11:04:52 +0000 Subject: [3.0.x] 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. Backport of 66b06822d05ca1cf897745e7cb3c89adc53363ba from master --- docs/topics/http/sessions.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/topics/http') 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 ========================== -- cgit v1.3