How to configure session inactivity timeout in APM ?

How to configure session inactivity timeout in APM ?

The session inactivity timeout setting represents the amount of time a user can be inactive before the user's session times out and closes. It only affects user browser sessions.

You can set the values in only numeral values denoting minutes.
This function has a default value of 20 minutes.

Steps

  1. Take a backup and open <apm-home>/working/apache/tomcat/conf/web.xml
  2. Search <session-timeout>20</session-timeout>
  3. Replace it with <session-timeout>preferred-inactivity-logout-in-mins</session-timeout>
  4. Restart APM for changes to take effect.

General notes 

  1. If you are manually editing a file, always take a backup of that file and use it to replace it back in case of any issues.

Feel free to contact appmanager-support@manageengine.com in case of further questions.


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Uninstrumented Block of Code - APM Insight

                        In the traces tab --> Slowest Method Calls and Count we show if you find Un-instrumented block of code the reason is as follows: Basically, What is un-instrumented block of code in APM Insight? By default, APM Insight agent monitors known frameworks ...
                      • How do I change the timeout for Applications Manager web client session?

                        Solution: By default, the login timeout (session-timeout) is set to 20 minutes. To modify this setting, locate the web.xml file in the <AppManager_Home>/working/apache/tomcat/conf directory. Find the following tag within the file: ...
                      • Self monitor Applications Manager using APM Insight Java Agent

                        Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...
                      • APM Insight Troubleshooting - FAQs

                        Monitor Addition - FAQs 1. How to add an APM Insight Monitor? After you deploy the APM Insight agent in your Application Server with suitable Applications Manager credentials in the apminsight.conf file, APM Insight monitors will automatically be ...
                      • Troubleshooting Server error responses

                        Server error responses Internal Server Error, Bad Gateway, Service Unavailable and Gateway Timeout are the most common server error messages. Seeing any one among these errors generally indicates an issue with the URL's server. Troubleshooting for ...