Setting user idle timeout
You can set the timeout period to automatically sign off users who are idle on Unravel.
Stop Unravel.
<Unravel installation directory>/unravel/manager stop
Set the idle timeout period for the user.
<Unravel installation directory>/unravel/manager config properties set unravel.user.idleTimeout <timeout period in milliseconds>
For example:
<Unravel installation directory>/unravel/manager config properties set unravel.user.idleTimeout 9500000
Apply the changes.
<Unravel installation directory>/unravel/manager config apply
Start Unravel.
<Unravel installation directory>/unravel/manager start