Keep sessions for a week

This commit is contained in:
Eelco Dolstra 2013-11-06 15:15:35 +01:00
parent 5723fda7fc
commit e8d92445d7

View file

@ -53,7 +53,7 @@ __PACKAGE__->config(
expose_stash => 'json'
},
'Plugin::Session' => {
expires => 3600 * 24 * 2,
expires => 3600 * 24 * 7,
storage => Hydra::Model::DB::getHydraPath . "/session_data",
unlink_on_exit => 0
},