diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-20 17:16:13 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-20 17:16:13 +0000 |
| commit | 3895a825a9696b58db1a0a2f6f30b1b023d58050 (patch) | |
| tree | 665a62a62a26520a992cbd7e35f35064c947ca82 /docs/settings.txt | |
| parent | cd01d6d3817fb01f3f1f021abd45abd49dfa019e (diff) | |
Added SESSION_SAVE_EVERY_REQUEST setting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 8098856f85..7fe9a56237 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -533,6 +533,13 @@ See the `session docs`_. ``'hotclub'`` is a reference to the Hot Club of France, the band Django Reinhardt played in. +SESSION_SAVE_EVERY_REQUEST +-------------------------- + +Default: ``False`` + +Whether to save the session data on every request. See the `session docs`_. + SITE_ID ------- |
