From a2626d5ec09d85e5c89b50ca65255d6156f2b0ed Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Sat, 16 Jan 2021 01:01:12 +0530 Subject: [PATCH] Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/16544 Signed-off-by: Saksham Gupta --- libraries/classes/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/classes/Config.php b/libraries/classes/Config.php index a56f64bdc4..e7bc22ed1a 100644 --- a/libraries/classes/Config.php +++ b/libraries/classes/Config.php @@ -1136,7 +1136,7 @@ class Config $httpCookieName, $value, $validity, - $this->getRootPath() . '/; samesite=' . $cfg['CookieSameSite'], + $this->getRootPath() . '; samesite=' . $cfg['CookieSameSite'], '', $this->isHttps(), $httponly