mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
Merge pull request #11348 from pabelanger/temp/sessionname
Set SESSION_COOKIE_NAME by default
This commit is contained in:
@@ -242,6 +242,9 @@ SUBSYSTEM_METRICS_INTERVAL_SAVE_TO_REDIS = 2
|
|||||||
# The maximum allowed jobs to start on a given task manager cycle
|
# The maximum allowed jobs to start on a given task manager cycle
|
||||||
START_TASK_LIMIT = 100
|
START_TASK_LIMIT = 100
|
||||||
|
|
||||||
|
# Name of our session cookie
|
||||||
|
SESSION_COOKIE_NAME = 'awxsessionid'
|
||||||
|
|
||||||
# Disallow sending session cookies over insecure connections
|
# Disallow sending session cookies over insecure connections
|
||||||
SESSION_COOKIE_SECURE = True
|
SESSION_COOKIE_SECURE = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user