mirror of
https://github.com/django/django.git
synced 2025-09-13 14:06:28 +00:00
[1.5.x] Fixed #18194 -- Expiration of file-based sessions
* Prevented stale session files from being loaded
* Added removal of stale session files in django-admin.py clearsessions
Thanks ej for the report, crodjer and Elvard for their inputs.
Backport of 5fec97b
from master.
This commit is contained in:
parent
e6b0ee768c
commit
39082494e6
9 changed files with 176 additions and 29 deletions
|
@ -1200,8 +1200,6 @@ clearsessions
|
|||
|
||||
Can be run as a cron job or directly to clean out expired sessions.
|
||||
|
||||
This is only supported by the database backend at the moment.
|
||||
|
||||
``django.contrib.sitemaps``
|
||||
---------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue