Data type | Attributes of a session entry | Description |
---|---|---|
Serializable | currentContextID | The CHA context that this session will use. It becomes the parent context for the process contexts running in the session. |
String | type | The device type such as HTML, Java(TM), and XML. By default the value is HTML. |
String | ipAddress | The IP address of the client. |
String | TID | The identifier of the client terminal for which the session was created. |
String | sessionId | The identifier for the session. |
java.util.Locale | locale | The locale this session will work with. |
integer | port | The socket port that the client will uses in this session. If this session is based on the HTTPSession, you do not need to define this attribute. |
Object | sessionObject | An session object. You can use the sessionObject to store your session-related serializable objects. The value of this attribute can be null. |
Hashtable | <subsession> | The hash table that contains the corresponding sub-session
entry. Note: The name of this attribute is a variable. It is the name of your
sub-session.
|
HTTPSession | HttpSession | The HTTPSession object of this session. |