10-06-21 03:09 PM
Answered! Go to Answer.
14-06-21 05:49 PM
There is a section called AutoLogout, where you can limit the inactivity period that by default is set to 1 hour.
The configuration files can be amended to alter the timescales.
{
"autoLogout": {
"idle": 3600,
"timeout": 10
}
}
Idle (seconds) is how long the system takes to recognise the idle status and display a dialog asking the user if they want to maintain a session.
Timeout (seconds) is the wait time before automatically logging out the user if the idle dialog is not answered.
I hope this helps.
Thanks
Rich
------------------------------
Rich Marsden
------------------------------
11-06-21 03:21 PM
14-06-21 05:49 PM
There is a section called AutoLogout, where you can limit the inactivity period that by default is set to 1 hour.
The configuration files can be amended to alter the timescales.
{
"autoLogout": {
"idle": 3600,
"timeout": 10
}
}
Idle (seconds) is how long the system takes to recognise the idle status and display a dialog asking the user if they want to maintain a session.
Timeout (seconds) is the wait time before automatically logging out the user if the idle dialog is not answered.
I hope this helps.
Thanks
Rich
------------------------------
Rich Marsden
------------------------------
15-06-21 07:43 AM
15-06-21 10:06 AM
If using GenerateDeployFiles installer, the configuration is stored - e.g. /var/local/serviceassist.local.net/config/environment.json
I hope this helps.
Thanks
Rich
15-06-21 04:17 PM