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/'