Set session expiration
This commit is contained in:
parent
da91154df7
commit
837304d565
|
@ -44,7 +44,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();
|
||||
$c->session(expiration => 604800);
|
||||
|
||||
1;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue