mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
[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 66b06822d0
from master
This commit is contained in:
parent
72652bcb1b
commit
76db34e52a
2 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
==========================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue