Fixed #8526 -- Corrected the default value for the SESSION_FILE_PATH documentation. Thanks, Piotr Lewandowski.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-08-27 05:57:10 +00:00
parent 4091e6525d
commit 5577b96ae4
1 changed files with 4 additions and 2 deletions

View File

@ -919,10 +919,12 @@ SESSION_FILE_PATH
**New in Django development version**
Default: ``/tmp/``
Default: ``None``
If you're using file-based session storage, this sets the directory in
which Django will store session data. See :ref:`topics-http-sessions`.
which Django will store session data. See :ref:`topics-http-sessions`. When
the default value (``None``) is used, Django will use the standard temporary
directory for the system.
.. setting:: SESSION_SAVE_EVERY_REQUEST