feat(cart): update guest token cookie settings for improved session handling in tests

This commit is contained in:
2026-08-12 15:49:53 -03:00
parent a12b3dd0c8
commit 8359f0831f
2 changed files with 14 additions and 3 deletions

View File

@@ -82,11 +82,11 @@ class CartService
$guestToken,
60 * 24 * 180,
'/',
null,
false,
config('session.domain'),
(bool) config('session.secure'),
true,
false,
'lax',
config('session.same_site'),
);
}