Skip to content

Commit ff6c79c

Browse files
committed
Fixed default _gid cookie duration
1 parent 9f679d3 commit ff6c79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AnalyticCookiesCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function google(string $id): static
2323
->description(__('cookieConsent::cookies.defaults._ga_ID'))
2424
)
2525
->cookie(fn(Cookie $cookie) => $cookie->name('_gid')
26-
->duration(26 * 60)
26+
->duration(24 * 60)
2727
->description(__('cookieConsent::cookies.defaults._gid'))
2828
)
2929
->cookie(fn(Cookie $cookie) => $cookie->name('_gat')

0 commit comments

Comments
 (0)