diff --git a/PostText.pl b/PostText.pl index 23c4fbc..cfa45cc 100755 --- a/PostText.pl +++ b/PostText.pl @@ -20,7 +20,7 @@ helper pg => sub { # Begin routing under sub ($c) { - $c->session(expires => time() + 1800); + $c->session(expires => time() + 31536000); 1; };