SessionPersistance=trueNote that the toolkit sessions are HTTP sessions, so the HTTP session settings in client-side browsers and HTTP servers might override the settings you made in bttsm.properties.
If session persistence is set to true, session management will be a transparent component. It will store all information into HttpSession Object. User can enable session persistence in WAS to run the persistence sessions.
<initialization> ... <field id="sessionPersistence" value="true"/> (default is "false") ... </initialization>