Pull-request: #16577 Fixes: #16544 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
2ab7c77877
@ -1136,7 +1136,7 @@ class Config
|
||||
$httpCookieName,
|
||||
$value,
|
||||
$validity,
|
||||
$this->getRootPath() . '/; samesite=' . $cfg['CookieSameSite'],
|
||||
$this->getRootPath() . '; samesite=' . $cfg['CookieSameSite'],
|
||||
'',
|
||||
$this->isHttps(),
|
||||
$httponly
|
||||
|
||||
Loading…
Reference in New Issue
Block a user