diff --git a/lib/NGCP/Panel.pm b/lib/NGCP/Panel.pm index c75b56d6d2..88381e3ef6 100644 --- a/lib/NGCP/Panel.pm +++ b/lib/NGCP/Panel.pm @@ -179,6 +179,7 @@ __PACKAGE__->config( user_model => 'DB::admins', store_user_class => 'NGCP::Panel::Authentication::Store::RoleFromRealm', }, + use_session => 0, }, api_admin => { credential => { @@ -278,6 +279,7 @@ __PACKAGE__->config( user_model => 'DB::provisioning_voip_subscribers', store_user_class => 'NGCP::Panel::Authentication::Store::RoleFromRealm', }, + use_session => 0, }, api_admin_jwt => { credential => { @@ -295,6 +297,7 @@ __PACKAGE__->config( user_model => 'DB::admins', store_user_class => 'NGCP::Panel::Authentication::Store::RoleFromRealm', }, + use_session => 0, }, api_admin_system => { credential => {