Modify the RSA SecurID Access Prime Self-Service Portal (SSP) or Help Desk Admin Portal (HDAP) session timeout value
Originally Published: 2020-05-22
Article Number
Applies To
RSA Product Set: RSA SecurID
RSA Product/Service Type: RSA SecurID Access Prime
Issue
Resolution
Self-Service Portal
- Modify the ssp.session.timeout with the correct value (in minutes), as shown:
[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
- An alternate solution is to edit the <session-timeout> in minutes of the /opt/rsa/primekit/tomcat/tomcat-ssp/webapps/ssp/WEB-INF/web.xml, as shown:
[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> -->
Help Desk Admin Portal
- Modify the hdap.session.timeout with the correct value (in minutes), as shown:
[root@prime config]# cd /opt/rsa/primekit/configs/hdap/config [root@prime config]# vim lap.properties hdap.session.timeout=29An 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>Related Articles
RSA SecurID Help Desk Administration Portal logon fails in RSA Authentication Manager Prime 111Number of Views RSA Authentication Manager Prime Help Desk Admin Portal Unlock User option grayed out 160Number of Views Unauthorized error when logging in to RSA Authentication Manager Help Desk Admin Portal (HDAP) or Self-Service Portal (SSP… 106Number of Views RSA Authentication Manager Prime Help Desk Admin (HDAP) and/or Self-Service Portal (SSP) not accessible after upgrade to R… 202Number of Views After changes in certificate keystore, Help Desk Admin Portal (HDAP) and Self-Service Portal (SSP) consoles not accessible… 227Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide How to Download OTP Token Seed Files from myRSA Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU How to factory reset an RSA Authentication Manager 8.x hardware appliance without a factory reset button from the Operatio…
Don't see what you're looking for?