Give a name to the elections cookie
This commit is contained in:
parent
02f5f3e86a
commit
8c26147042
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ 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_NAME = 'elections'
|
||||||
|
|
||||||
# Used by SESSION_COOKIE_PATH
|
# Used by SESSION_COOKIE_PATH
|
||||||
APPLICATION_ROOT = '/voting/'
|
APPLICATION_ROOT = '/voting/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue