Where is the WCC user Session Timeout setting stored?
search cancel

Where is the WCC user Session Timeout setting stored?

book

Article ID: 107596

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

In the WCC UI, the user Session Timeout is configured in WCC Configuration tab -> Preferences -> Configuration -> Session Timeout (30 minutes default)

Where is the WCC user Session Timeout setting stored once it has been set via WCC Configuration tab -> Preferences -> Configuration -> Session Timeout ?

Environment

Release:
Component: UWCC

Resolution

The session timeout is stored in the WCC Database in the CFG_GLOBAL_PREF table.

The following query can be run to check the current setting directly in the database:
select * from CFG_GLOBAL_PREF where PREFKEY='config.env.sso.session.timeout'