Identity Portal Session Idle Timeout
search cancel

Identity Portal Session Idle Timeout

book

Article ID: 189925

calendar_today

Updated On:

Products

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

Issue/Introduction

I am using vApp and I would like to know the following:

Q1. What is the current Identity Portal session idle timeout value ?

Q2. Can this session idle time out value be change ?

Environment

Release : 14.x

Component : Identity Portal, IDENTITY SUITE (VIRTUAL APPLIANCE)

Resolution

Q1. what is the current Identity Portal session idle time out value ?
A1. 20 min

Q2. Can this session idle time out value be change ?
A2. For Versions prior to 14.4 there is no configuration can change the session timeout.   
Starting in Portal 14.4 the User Session timeout is configurable in the Portal Management console. 

Additional Information

On vApp, while IM and IG session timeout can be configured/customized based on the following documentation, at this moment this is not applicable for IP.

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-identity-and-access-management/identity-suite/14-2/virtual-appliance/administering-virtual-appliance.html#concept.dita_e794365581df3d11e5f66816b7288d2880d476aa_ConfigureSessionTimeout

For STAND ALONE PORTAL versions prior to 14.4:

You could update the web.xml to increase the timeout:
the web.xml is located in the the sigma war - if you change it to zip and unzip it you will  find \sigma\WEB-INF\web.xml
you can then alter the timeout in that file:

  <session-config>
    <session-timeout>20</session-timeout>

the save and rename back to sigma.war and restart the Portal to increase the timeout. 

Unfortunately, on vApp IP's sigma.war is not exploded and 'config' user has no privilege to change it.




PORTAL 14.4 has introduced a session timeout configuration option directly in the Management Console which allows configuration for both stand alone and VAPP environments. 


Identity Portal has introduced a configurable session timeout property in the Admin UI at SETUP > General Configuration > System > Session Timeout (in Minutes). The user session ends if the computer is idle for the amount of time that is configured in the Session Timeout property. The default value is 20 minutes. A change in the session timeout value will be applicable to all the newly created user sessions.