Django

Code

Show
Ignore:
Timestamp:
03/20/08 01:43:58 (4 months ago)
Author:
mtredinnick
Message:

Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes a
problem with the default on Windows). Thanks, Philippe Raoult.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/sessions.txt

    r7294 r7329  
    4949``"django.contrib.sessions.backends.file"``. 
    5050 
    51 You might also want to set the ``SESSION_FILE_PATH`` setting (which 
    52 defaults to ``/tmp``) to control where Django stores session files. Be 
    53 sure to check that your Web server has permissions to read and write to 
    54 this location. 
     51You might also want to set the ``SESSION_FILE_PATH`` setting (which defaults 
     52to output from ``tempfile.gettempdir()``, most likely  ``/tmp``) to control 
     53where Django stores session files. Be sure to check that your Web server has 
     54permissions to read and write to this location. 
    5555 
    5656Using cache-based sessions