diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-10-27 23:12:08 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-10-28 09:21:56 +0100 |
| commit | 39082494e62d70be62cde1eb10620548fd62dfb6 (patch) | |
| tree | bb2fcf88b379a3519ba2405518e0924a2865aed0 /docs/ref | |
| parent | e6b0ee768c46368a41a5b278180d1d1ecbd3d5c6 (diff) | |
[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.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 833db0839c..e0b08450e9 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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`` --------------------------- |
