Setting up the inactivity timer

The inactivity timer is used to terminate inactive user sessions after a specified idle time. This is important to prevent inactive sessions from still consuming licenses and important for security reasons.

The inactivity timer is controlled by the servlet itself. There is no background process required to be started. This implementation avoids the need to request status update by each servlet for idle time.

For for information, see Inactivity timer.