mirror of
https://github.com/django/django.git
synced 2025-12-02 16:16:01 +00:00
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples.
This commit is contained in:
parent
cbe334918a
commit
afd375fc34
4 changed files with 10 additions and 11 deletions
|
|
@ -452,7 +452,7 @@ SESSION_CACHE_ALIAS = 'default'
|
|||
SESSION_COOKIE_NAME = 'sessionid'
|
||||
# Age of cookie, in seconds (default: 2 weeks).
|
||||
SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2
|
||||
# A string like ".example.com", or None for standard domain cookie.
|
||||
# A string like "example.com", or None for standard domain cookie.
|
||||
SESSION_COOKIE_DOMAIN = None
|
||||
# Whether the session cookie should be secure (https:// only).
|
||||
SESSION_COOKIE_SECURE = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue