Increase session to a year
This commit is contained in:
parent
9781741354
commit
d2d4fcb6bd
|
@ -20,7 +20,7 @@ helper pg => sub {
|
||||||
|
|
||||||
# Begin routing
|
# Begin routing
|
||||||
under sub ($c) {
|
under sub ($c) {
|
||||||
$c->session(expires => time() + 1800);
|
$c->session(expires => time() + 31536000);
|
||||||
|
|
||||||
1;
|
1;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user