TT#35702 Fixed deprecated Catalyst::Plugin::Session config option "session"

Catalyst::Plugin::Session stopped to use this "session"
and stash_to_flash didn't work

Change-Id: I03a127fde4fed13d862cb1acc883e5a22b06b5ea
(cherry picked from commit 98f4f7b996)
changes/94/20494/2
Irina Peshinskaya 7 years ago
parent 544ed61540
commit 366ae370db

@ -116,7 +116,7 @@ __PACKAGE__->config(
},
},
session => {
'Plugin::Session' => {
flash_to_stash => 1,
expires => 3600,
},

Loading…
Cancel
Save