diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-06-01 22:25:06 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-06-01 22:25:06 +0000 |
| commit | 26b61aa8131c2bce21be22aa4d00720d6c1326ad (patch) | |
| tree | 555f33c47c4e8ae46bd2ef16a735e73ecfe8b456 /docs/settings.txt | |
| parent | dbcd2fe985498889e1206f54c196f00879e79dae (diff) | |
Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates whether session framework should use browser-session-length cookies.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 80000fad5b..26d5930f21 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -603,6 +603,14 @@ Default: ``'sessionid'`` The name of the cookie to use for sessions. This can be whatever you want. See the `session docs`_. +SESSION_EXPIRE_AT_BROWSER_CLOSE +------------------------------- + +Default: ``False`` + +Whether to expire the session when the user closes his or her browser. +See the `session docs`_. + SESSION_SAVE_EVERY_REQUEST -------------------------- |
