Skip to main content

Home

Setting user idle timeout

You can set the timeout period to automatically sign off users who are idle on Unravel.

  1. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. 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
    
  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel.

    <Unravel installation directory>/unravel/manager start