Setting session management properties

The Branch Transformation Toolkit provides a bttsm.properties file for you to define the session management behaviors. Below is a sample of the bttsm.properties file:
SessionAffinity=false
SessionPersistance=true
PersistanceUsingCookies=false
EnableActivitySession=true
Note 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. For example, if you set PersistanceUsingCookies = true in bttsm.properties, but cookies are disabled in client-side browsers, toolkit applications will still not be able to use cookies to perform session management.