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.
This commit is contained in:
Adam Johnson 2020-03-25 11:04:52 +00:00 committed by GitHub
parent 9e1b6b8a66
commit 66b06822d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View file

@ -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
==========================