Skip to content

Commit f42018e

Browse files
authored
Merge branch '1.1' into UC-30-fix-cookie
2 parents 7c25aaf + 2540e30 commit f42018e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Manager/CookieManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function setUserComCookie(string $value): void
4747
{
4848
$cookie = Cookie::create(self::CHAT_COOKIE_NAME)
4949
->withValue($value)
50-
->withPath('')
50+
->withPath('/')
5151
->withSecure(true)
5252
->withHttpOnly(true)
5353
->withSameSite('lax');

0 commit comments

Comments
 (0)