Customizing session cleanup for time outs

Each application should have a way to perform or delegate cleanup tasks related to sessions. The toolkit provides a TimeoutHandler class that you can extend to perform the session cleanup tasks.

The TimeoutHandler class implements the timeout listener of WebSphere(R) Application Server. Note that you need to define this class as a listener in your project.

See the Javadoc for details about the TimeoutHandler interfaces and implementations.