diff --git a/guestbook-ng.pl b/guestbook-ng.pl index d0452d5..3aa1b16 100755 --- a/guestbook-ng.pl +++ b/guestbook-ng.pl @@ -35,7 +35,7 @@ under sub ($c) { # https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network $c->res->headers->header('Permissions-Policy', 'interest-cohort=()'); - $c->session(expiration => 604800); + $c->session(expiration => 86400); $c->stash(status => 403) if $c->flash('error');