forked from lix-project/hydra
Keep sessions for a week
This commit is contained in:
parent
5723fda7fc
commit
e8d92445d7
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue