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