mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #17083 -- Allowed sessions to use non-default cache.
This commit is contained in:
parent
5c7406b236
commit
0dcaddb571
6 changed files with 48 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue