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:46:16 +0100 |
| commit | 146ed13a111c97c1c04902a6c0eda1e4ee6e604c (patch) | |
| tree | bf8c882655e1d5321448088fff0c8d5cf54f3fc0 /docs/ref | |
| parent | 68847135bc9acb2c51c2d36797d0a85395f0cd35 (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 |
