Merge pull request #11348 from pabelanger/temp/sessionname

Set SESSION_COOKIE_NAME by default
This commit is contained in:
Shane McDonald 2021-11-19 08:33:07 +08:00 committed by GitHub
commit e789e16289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,6 +242,9 @@ SUBSYSTEM_METRICS_INTERVAL_SAVE_TO_REDIS = 2
# The maximum allowed jobs to start on a given task manager cycle
START_TASK_LIMIT = 100
# Name of our session cookie
SESSION_COOKIE_NAME = 'awxsessionid'
# Disallow sending session cookies over insecure connections
SESSION_COOKIE_SECURE = True