Make the fedocal cookie a little more unique to avoid conflicts
This commit is contained in:
parent
26985f31ea
commit
3569deccb8
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ PREFERRED_URL_SCHEME='https'
|
||||||
|
|
||||||
# Make browsers send session cookie only via HTTPS
|
# Make browsers send session cookie only via HTTPS
|
||||||
SESSION_COOKIE_SECURE = True
|
SESSION_COOKIE_SECURE = True
|
||||||
|
SESSION_COOKIE_PATH = '/calendar'
|
||||||
|
SESSION_COOKIE_NAME = 'fedocal'
|
||||||
|
|
||||||
# Used by SESSION_COOKIE_PATH
|
# Used by SESSION_COOKIE_PATH
|
||||||
APPLICATION_ROOT = '/calendar/'
|
APPLICATION_ROOT = '/calendar/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue