Kaydet (Commit) 5577b96a authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Fixed #8526 -- Corrected the default value for the SESSION_FILE_PATH…

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
üst 4091e652
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment