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:19:38 +0100 |
| commit | 5fec97b9df6ea075483276de159e522a29437773 (patch) | |
| tree | 19cab3639a4c5b9cbc0a70ad8baa415e53709fdc /docs/ref | |
| parent | 882c47cd405cfd29194f2e968678a5aa1d6ec75f (diff) | |
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.
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`` --------------------------- |
