From 8c2614704289e9a7e7dbbf80a54ade9d627fb25b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 7 May 2015 12:57:16 +0200 Subject: [PATCH] Give a name to the elections cookie --- roles/elections/templates/fedora-elections.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/elections/templates/fedora-elections.cfg b/roles/elections/templates/fedora-elections.cfg index 449cf40a5c..42f4c426c2 100644 --- a/roles/elections/templates/fedora-elections.cfg +++ b/roles/elections/templates/fedora-elections.cfg @@ -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/'