Runtime tools
:
Channels components
:
Key features
:
Tasks
:
Managing session
: Configuring session timeout handler
Configuring session timeout handler
UNICOM
®
Digital Transformation Toolkit (UDTT™)
provides an HttpSessionListener to destroy the session context and the HttpSession object. You must configure it in the listener section of the web deployment descriptor (web.xml):
<listener>
<listener-class>com.ibm.btt.sm.TimeoutHandler</listener-class>
</listener>
Go up to
Managing session
This site works best with JavaScript enabled