Merge #16577 - Fix #16544 - looping on login for introduced by #16386

Pull-request: #16577
Fixes: #16544
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-01-21 14:07:25 +01:00
commit 2ab7c77877
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -1136,7 +1136,7 @@ class Config
$httpCookieName,
$value,
$validity,
$this->getRootPath() . '/; samesite=' . $cfg['CookieSameSite'],
$this->getRootPath() . '; samesite=' . $cfg['CookieSameSite'],
'',
$this->isHttps(),
$httponly