From 366ae370dbd20426dcff7e87dcae00b8fdfb6b10 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Fri, 13 Apr 2018 20:53:56 +0200 Subject: [PATCH] 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 98f4f7b99618ddbf74e46449a5ce09746afd48b9) --- lib/NGCP/Panel.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel.pm b/lib/NGCP/Panel.pm index bda63a5b4a..1106a0510e 100644 --- a/lib/NGCP/Panel.pm +++ b/lib/NGCP/Panel.pm @@ -116,7 +116,7 @@ __PACKAGE__->config( }, }, - session => { + 'Plugin::Session' => { flash_to_stash => 1, expires => 3600, },