We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c25aaf + 2540e30 commit f42018eCopy full SHA for f42018e
1 file changed
src/Manager/CookieManager.php
@@ -47,7 +47,7 @@ public function setUserComCookie(string $value): void
47
{
48
$cookie = Cookie::create(self::CHAT_COOKIE_NAME)
49
->withValue($value)
50
- ->withPath('')
+ ->withPath('/')
51
->withSecure(true)
52
->withHttpOnly(true)
53
->withSameSite('lax');
0 commit comments