From 4463d06538fa6bf947fcc54073a9e86b8da36ffa Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Thu, 2 Sep 2021 17:02:10 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=B1=A4=E3=83=87=E3=82=A3=E3=83=AC?= =?UTF-8?q?=E3=82=AF=E3=83=88=E3=83=AA=E3=81=ABec-cube=E3=82=92=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88=E3=80=81cookie?= =?UTF-8?q?=E3=81=AE=E3=83=91=E3=82=B9=E3=82=92=E6=AD=A3=E3=81=97=E3=81=8F?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=A7=E3=81=8D=E3=81=A6=E3=81=84=E3=81=AA?= =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=9F=E4=B8=8D=E5=85=B7=E5=90=88=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eccube/Service/TwoFactorAuthService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Eccube/Service/TwoFactorAuthService.php b/src/Eccube/Service/TwoFactorAuthService.php index ba567e1b32d..33ba09c87d6 100644 --- a/src/Eccube/Service/TwoFactorAuthService.php +++ b/src/Eccube/Service/TwoFactorAuthService.php @@ -159,7 +159,7 @@ public function createAuthedCookie($Member) $this->cookieName, // name json_encode($configs), // value ($this->expire == 0 ? 0 : time() + ($this->expire * 24 * 60 * 60)), // expire - '/'.$this->eccubeConfig->get('eccube_admin_route'), // path + $this->request->getBasePath().'/'.$this->eccubeConfig->get('eccube_admin_route'), //path null, // domain ($this->eccubeConfig->get('eccube_force_ssl') ? true : false), // secure true, // httpOnly