web session timeout in Identity Governance Portal
search cancel

web session timeout in Identity Governance Portal

book

Article ID: 189358

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

Where is the Identity Governance Portal timeout setting?

Environment

Release : 14.3

Component : Governance

Resolution

(JBoss) Adjusting Portal Session Timeout

Edit the web.xml file to change the Portal session timeout period from the default setting.

Follow these steps:
1. Locate and open the web.xml file located in the following directory:
gm_home/Server/eurekify-jboss/server/eurekify/deployers/jbossweb.deployer/
2. Locate and change the session configuration section timeout variable:
 <session-config>
      <session-timeout>30</session-timeout>
  </session-config>
Note: The unit of time is minutes.
3. Save changes to the file and close.