From 2eb60d1bfd268ec16cd0013273b216c7c17b00f2 Mon Sep 17 00:00:00 2001 From: h-kida Date: Fri, 12 Jun 2020 16:21:35 +0900 Subject: [PATCH] =?UTF-8?q?NativeFileSessionHandler=E3=81=AE=E5=BC=95?= =?UTF-8?q?=E6=95=B0=E3=81=B8Session=E3=81=AEsave=5Fpath=E3=82=92=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config/eccube/services.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/config/eccube/services.yaml b/app/config/eccube/services.yaml index 1d6ebeddd72..2b1952d7410 100644 --- a/app/config/eccube/services.yaml +++ b/app/config/eccube/services.yaml @@ -174,6 +174,8 @@ services: native_file_session_handler: class: Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler + arguments: + - '%session.save_path%' Eccube\Session\Storage\Handler\SameSiteNoneCompatSessionHandler: arguments: