Keep session state across hydra-server restarts
This commit is contained in:
parent
33f01da507
commit
5723fda7fc
|
@ -54,7 +54,8 @@ __PACKAGE__->config(
|
|||
},
|
||||
'Plugin::Session' => {
|
||||
expires => 3600 * 24 * 2,
|
||||
storage => Hydra::Model::DB::getHydraPath . "/session_data"
|
||||
storage => Hydra::Model::DB::getHydraPath . "/session_data",
|
||||
unlink_on_exit => 0
|
||||
},
|
||||
'Plugin::AccessLog' => {
|
||||
formatter => {
|
||||
|
|
Loading…
Reference in a new issue