Configuring session timeout handler

About this task
BTT 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>