Runtime tools : Channels components : Key features : Concepts : Channel and application sessions : HTTP session identity and clustering support : Session object
  
Session object
The toolkit saves a reference to the session object that currently manages a session in the application session table. The session object can be either a DSEChannelSession object or an HttpSession object. The com.ibm.btt.base.SessionEntry class has the following methods to get and set this object:
public Object getSessionObject()
public void setSessionObject(Object)
If the cookies parameter is set to true, the getSessionObject() method returns an instance of HttpSession. If it is set to false, the method returns an instance of DSEChannelSession. SessionEntry also provides getter and setter methods for retrieving and changing the locale used to localize messages on the client.
Go up to
HTTP session identity and clustering support