Ticket #8526: settings-docs.diff
File settings-docs.diff, 623 bytes (added by , 16 years ago) |
---|
-
docs/ref/settings.txt
919 919 920 920 **New in Django development version** 921 921 922 Default: `` /tmp/``922 Default: ``None`` 923 923 924 924 If you're using file-based session storage, this sets the directory in 925 925 which Django will store session data. See :ref:`topics-http-sessions`. 926 926 927 If the default value (``None``) is used, Django will use the standard temporary 928 directory for the operating system. 929 927 930 .. setting:: SESSION_SAVE_EVERY_REQUEST 928 931 929 932 SESSION_SAVE_EVERY_REQUEST