Step to change the Session-Timeout (Auto Logout)

Step to change the Session-Timeout (Auto Logout)

Its is applicable from 11.0 version (11000 Builds)

Please follow the steps below and change the mentioned file.

1. Shut down the application.
2. Navigate into <Supportcenter>/conf directory.
3. Open the file web.xml in an editor.
4. Search for the following line :

<session-config>
        <session-timeout>360</session-timeout>

PS: 360 timeout (in minutes)

Change 360 into 20 or 30 or according to your requirement. 

5. Save the file and close.
6. Start the application.

Now any Support reps who is idle for more than the mentioned time, then he will be logged out automatically.
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • How to change login page image/logo in SCP 8.1

                        1. Go to Admin - > Global settings - > Application settings - > Settings. 2. Under Logo settings, you can import a custom image with the specified size, and you can use the image to be shown on the login page.
                      • To Modify the login screen or add a link

                        To add the link to your login screen/Modify the login screen perform the following steps.       For the login screen : 1. Save the page served under http://[servername-or-ipaddress:port-number/] as index.html. Copy this file onto ...
                      • Login Frequency Query Report

                        The below report would help us find the last logged in time of the users in SCP 11.0 SELECT AaaUser.FIRST_NAME "Technician",        MAX(AaaLogin.NAME) "LoginName",        MAX(AaaContactInfo.EMAILID) "Email",        MAX(AaaAccSession.USER_HOST) "IP ...
                      • Support rep last login time, start time, end time along with personal information

                        select aas.session_id "SessionID", aal.name "User Name",longtodate(aaauser.createdtime) as "User Created Time", aaacontactinfo.emailid "Email", aaacontactinfo.landline "Phone",aaacontactinfo.mobile "Mobile", aas.user_host "User Host", ...
                      • Script to Auto close Request when the status is Resolved for a particular number of days

                        For version 11 and above: -> In version 11, we only have the option to set the request Auto-close for a max of 10 days -> The below script will help you to extend the auto-closure time Execution steps: 1. Go to Reports--> New Query Report and run the ...