From 25fdf796115a5fca23cf6dd205e06829d152467b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Fri, 23 Aug 2024 01:32:07 +0200 Subject: [PATCH] fix: enable sessions required for sso connect --- config/packages/framework.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index c1bf67b..644d3f0 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -4,7 +4,7 @@ framework: #csrf_protection: true # Note that the session will be started ONLY if you read or write from it. - session: false + session: true #esi: true #fragments: true