Increase session to a year

This commit is contained in:
swagg boi 2022-07-31 23:17:15 -04:00
parent 9781741354
commit d2d4fcb6bd

View file

@ -20,7 +20,7 @@ helper pg => sub {
# Begin routing
under sub ($c) {
$c->session(expires => time() + 1800);
$c->session(expires => time() + 31536000);
1;
};