From a1e73d8ecc8bac6ee4581a1bf653895ee62d5513 Mon Sep 17 00:00:00 2001 From: Stefan Talen Date: Fri, 15 Dec 2023 11:31:21 +0100 Subject: [PATCH] Removing framework.session.cookie_samesite < FrameworkBundle 4.2 The `cookie_samesite` option is not available before Symfony 4.2, having this in the recipe results in an error: > Unrecognized option "cookie_samesite" under "framework.session" --- symfony/framework-bundle/3.4/config/packages/framework.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/symfony/framework-bundle/3.4/config/packages/framework.yaml b/symfony/framework-bundle/3.4/config/packages/framework.yaml index f5325764a..d2b31bff6 100644 --- a/symfony/framework-bundle/3.4/config/packages/framework.yaml +++ b/symfony/framework-bundle/3.4/config/packages/framework.yaml @@ -7,7 +7,6 @@ framework: # Remove or comment this section to explicitly disable session support. session: handler_id: null - cookie_samesite: lax #esi: true #fragments: true