Commit 5577b96a authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

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
parent 4091e652
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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