timedOut() method

This method is called in the event a user session times out.

Syntax

public void timedOut ()

Usage

A time out occurs when a transmission is idle for longer than the configured maximum time limit. This method can be overridden to perform any tasks that may be needed in this event.

In the event of a timeout, the user will also be logged out of the Agentry Server, which will trigger calls to the loggedOut() method as well.