Skip to content

Commit

Permalink
Fixed default _gid cookie duration
Browse files Browse the repository at this point in the history
  • Loading branch information
toonvandenbos committed Jul 4, 2023
1 parent 9f679d3 commit ff6c79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnalyticCookiesCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function google(string $id): static
->description(__('cookieConsent::cookies.defaults._ga_ID'))
)
->cookie(fn(Cookie $cookie) => $cookie->name('_gid')
->duration(26 * 60)
->duration(24 * 60)
->description(__('cookieConsent::cookies.defaults._gid'))
)
->cookie(fn(Cookie $cookie) => $cookie->name('_gat')
Expand Down

0 comments on commit ff6c79c

Please sign in to comment.