Step to change the Session-Timeout (Auto Logout).
Please follow the steps below and change the mentioned file.
1. Shut down the application.
2. Navigate into <Servicedeskplus-MSP> /conf directory.
3. Open the file web.xml in an editor.
4. Search for the following line :
<session-config>
<session-timeout>360</session-timeout>
</session-config>
Change 360 into 20 or 30 or according to your requirement. This value is in minutes.
5. Save the file and close.
6. Start the application.
Now any technician who is idle for more than mentioned time, then he will be logged out automatically.
New to ADSelfService Plus?
Resources
Related Articles
Change Auto closure
This will be helpful in auto closing change request after X days it is in review stage. This use case is more suitable in environments where ONLY Requesters (customers) are the Change Reviewers and they want the Change to be closed if no review is ...
Send Auto reminders to Change Approvers after X days
Here is the script and kindly follow the steps below to achieve your requirement to send Auto reminders to Change Approvers after X days. For now, the script sends reminder for every 24 and 48 hours. This can be customized in the script. 1.Download ...
Script to Auto share request
1. Download MSP_share_Request.zip from the attachment, extract it, and paste the same under ManageEngine\ServiceDesk Plus MSP\integrations\Custom_scripts. # auto_share_MSP.py # functions.py # configuration.json 2. ...
Auto Populate Scheduled Start Time and End Time in Change Request
We can now auto-populate the Scheduled Start Time and End Time in a change request using FAFR. Under Admin>Change Template>Field and Form Rules, you can use the below scrips Scheduled Start Time var x=$CS.getValue("SCHEDULEDSTARTTIME"); if ( x ...
Query to show change planning details with total worklog hours
MSSQL: SELECT cdt.changeid "Change ID", cr.rolloutplan "Roll Out Plan", cr.backoutplan "Back Out Plan", cr.checklist "Check List", ...