We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f679d3 commit ff6c79cCopy full SHA for ff6c79c
src/AnalyticCookiesCategory.php
@@ -23,7 +23,7 @@ public function google(string $id): static
23
->description(__('cookieConsent::cookies.defaults._ga_ID'))
24
)
25
->cookie(fn(Cookie $cookie) => $cookie->name('_gid')
26
- ->duration(26 * 60)
+ ->duration(24 * 60)
27
->description(__('cookieConsent::cookies.defaults._gid'))
28
29
->cookie(fn(Cookie $cookie) => $cookie->name('_gat')
0 commit comments