getFromSession(String name) Returns the value(s) associated with the given name in the name/value(s)
store.
Parameters: name - the name under which the value(s) are store.
Returns the value(s) associated with the given name in the name/value(s)
store.
Parameters: name - the name under which the value(s) are store. an array of String object(s) of the actual value(s). Returns anempty array if no value(s) are found.
Initializes the SSO token for use in this request. The SSO token can then
be used as a store for session info across requests.
Parameters: requestContext - is the JATO request context.
Stores the name/value(s) pair so that the information can be maintained
across multiple requests. Removes any prior value(s) that are stored
under the same name before storing the new value(s).
Parameters: name - the name under which the value(s) are store. Parameters: value - an array of String object(s) of the actual value(s).