Keep session state across hydra-server restarts

This commit is contained in:
Eelco Dolstra 2013-11-06 15:14:31 +01:00
parent 33f01da507
commit 5723fda7fc

View file

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