mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions.
This commit is contained in:
@@ -21,7 +21,8 @@ by sending repeated requests, potentially filling up the session store or
|
||||
causing other users' session records to be evicted.
|
||||
|
||||
The :class:`~django.contrib.sessions.middleware.SessionMiddleware` has been
|
||||
modified to no longer create empty session records.
|
||||
modified to no longer create empty session records, including when
|
||||
:setting:`SESSION_SAVE_EVERY_REQUEST` is active.
|
||||
|
||||
Additionally, the ``contrib.sessions.backends.base.SessionBase.flush()`` and
|
||||
``cache_db.SessionStore.flush()`` methods have been modified to avoid creating
|
||||
|
||||
Reference in New Issue
Block a user