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
- Take a backup and open <apm-home>/working/apache/tomcat/conf/web.xml
- Search <session-timeout>20</session-timeout>
- Replace it with <session-timeout>preferred-inactivity-logout-in-mins</session-timeout>
- Restart APM for changes to take effect.
General notes
- 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.
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: ...
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 ...
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 ...
Upgrade guide for OpManager and APM Plugin
After downloading the service pack for OpManager and the compatible service pack for Applications Manager Plugin (APM Plugin) to OpManager installed server, start the upgrade process for OpManager and APM Plugin by following the steps below: Note: If ...