Session Management Migration

This topic introduces how you can migrate BTT version 4.3 Session Management to BTT version 6.1.1 Session Management.

BTT provides the following utility method in the com.ibm.btt.sm.CSSessionHandler class:

Public static void markSessionExpired(HttpSession aSession) throws BTTSMException. After this method is called, the session will be marked as expired and will be removed at the end of operation. You need to call this method in the logoff operation. Then, the session context will be cleaned and the HTTP session object will be destroyed after you log off the application.