From c4398a7deb27090b1aa67a4a4841bcf6688f8173 Mon Sep 17 00:00:00 2001 From: Chris Edillon Date: Wed, 19 Feb 2025 16:15:08 -0500 Subject: [PATCH] Removed controller session cookie age setting In AAP 2.5, the session age cookie is now managed in the gateway instead of the controller. Will need to be added back once we start adding in separate gateway configuration as code. --- common/setup.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/setup.yml b/common/setup.yml index 1854a12..8311435 100644 --- a/common/setup.yml +++ b/common/setup.yml @@ -285,6 +285,4 @@ controller_notifications: http_method: POST headers: {} -controller_settings: - - name: SESSION_COOKIE_AGE - value: 180000 +...