Give a name to the elections cookie

This commit is contained in:
Pierre-Yves Chibon 2015-05-07 12:57:16 +02:00
parent 02f5f3e86a
commit 8c26147042

View file

@ -33,6 +33,7 @@ PREFERRED_URL_SCHEME='https'
# Make browsers send session cookie only via HTTPS
SESSION_COOKIE_SECURE = True
SESSION_COOKIE_NAME = 'elections'
# Used by SESSION_COOKIE_PATH
APPLICATION_ROOT = '/voting/'