Revert "Set SESSION_COOKIE_NAME by default"

This reverts commit 59c6f35b0b38b95900832fb6a81485b430364eb5.
This commit is contained in:
Alan Rominger 2021-12-01 17:51:47 -05:00
parent a15a3f005c
commit 35b62f8526
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -242,9 +242,6 @@ 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