From acf142a9937cb7be40efe43118a2d47db7e34533 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Tue, 13 Jan 2026 16:03:18 +0100 Subject: [PATCH] MT#64172 admin_jwt restore use_session = 1 * sessions are used for admin_jwt realm because admin-ui iframed content relies on it as well as this realm is not related to API Change-Id: I6c0ee99301757c1479ce8148240b9583da144ea3 --- 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 88381e3ef6..8681f39ed6 100644 --- a/lib/NGCP/Panel.pm +++ b/lib/NGCP/Panel.pm @@ -179,7 +179,7 @@ __PACKAGE__->config( user_model => 'DB::admins', store_user_class => 'NGCP::Panel::Authentication::Store::RoleFromRealm', }, - use_session => 0, + use_session => 1, }, api_admin => { credential => {