UIM 20.3 - Session timeout settings for Operator Console (OC)
search cancel

UIM 20.3 - Session timeout settings for Operator Console (OC)

book

Article ID: 206115

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

This KB describes how to change the session timeout in the Operator Console in UIM 20.3

Environment

UIM 20.3

Resolution

Regarding session management in UIM 20.3 version had been addressed in 20.3.2 patch, please refer 20.3.2 patch readme for more details.

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/unified-infrastructure-management/20-3/release-notes/OC-20-3-2-Patch.html

Enhanced Session Management
UIM now provides the following token parameters in the wasp.cfg file that help administrators efficiently manage the user sessions:

oc.jwt.expiryInSecs: Allows administrators to specify the appropriate interval (in seconds) after which the session of the inactive users is expired. After the expiry of the session, when the users try to perform any action in the OC UI, they receive a session timeout expiry message along with the login link.

oc.jwt.refreshInterval: Allows administrators to configure the refresh interval (in seconds). Based on the specified interval, the session is appropriately refreshed if the user is active in the UI. Ensure that the value of the refresh interval is lower than the session expiry (oc.jwt.expiryInSecs) value.

Additional Information

Also when logging into OC you will want to use the follow at the end of the path:

?keep-alive=true 

Example:

.../operatorconsole_portlet/standalone_login.jsp?keep-alive=true