RSA Product Set: RSA SecurID
RSA Product/Service Type: RSA SecurID Access Prime
[root@prime config]# cd /opt/rsa/primekit/configs/ssp/config/
[root@prime config]# vim ssp.properties
#This property will decide the SSP session timeout. Value is in minutes
#Default is 29 minutes if this property is absent
ssp.session.timeout=29
[root@prime config]# vim /opt/rsa/primekit/tomcat/tomcat-ssp/webapps/ssp/WEB-INF/web.xml
<!--<session-config>
<session-timeout>3</session-timeout>
<cookie-config>
<http-only>true</http-only>
<secure>false</secure>
</cookie-config>
</session-config> -->
[root@prime config]# cd /opt/rsa/primekit/configs/hdap/config
[root@prime config]# vim lap.properties
hdap.session.timeout=29
An alternate solution is to edit the <session-timeout> in minutes of the/opt/rsa/primekit/tomcat/tomcat-hdap/webapps/hdap/WEB-INF/web.xml, as shown:
[root@prime config]# vim /opt/rsa/primekit/tomcat/tomcat-hdap/webapps/hdap/WEB-INF/web.xml
<session-config>
<session-timeout>30</session-timeout>
</session-config>