| 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. |
|---|
| | 51 | You might also want to set the ``SESSION_FILE_PATH`` setting (which defaults |
|---|
| | 52 | to output from ``tempfile.gettempdir()``, most likely ``/tmp``) to control |
|---|
| | 53 | where Django stores session files. Be sure to check that your Web server has |
|---|
| | 54 | permissions to read and write to this location. |
|---|