diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-10-30 21:59:23 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-10-31 09:51:19 +0100 |
| commit | 0dcaddb57143048c4647047ccbb5574d2ea713a5 (patch) | |
| tree | cf6e97a826355ef787a20dbfceaf016c0f2c6eab /docs/ref | |
| parent | 5c7406b236b641ac1802d1471f04b27166909121 (diff) | |
Fixed #17083 -- Allowed sessions to use non-default cache.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index a909c12665..e8b41afb39 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1693,6 +1693,16 @@ This is useful if you have multiple Django instances running under the same hostname. They can use different cookie paths, and each instance will only see its own session cookie. +.. setting:: SESSION_CACHE_ALIAS + +SESSION_CACHE_ALIAS +------------------- + +Default: ``default`` + +If you're using :ref:`cache-based session storage <cached-sessions-backend>`, +this selects the cache to use. + .. setting:: SESSION_COOKIE_SECURE SESSION_COOKIE_SECURE |
