author: an implementation of ContainerAdapterSessionManager specific to the Tomcat author: Servlet container. It uses reflection to obtain data from the Tomcat's author: session manager, which really manages the sessions version: 1.0
Lookup the Session object associated with the specified
session key.
Parameters: sessionKey - The String used to reference a Session object. If the key is associated with an active session, then thecorresponding Session object is returned.Otherwise null is returned. exception: SessionException - If the session cannot be retrieved.
Lookup the Session object associated with the specified
session key.
Parameters: sessionKey - The String used to reference a Session object. If the key is associated with an active session, then thecorresponding Session object is returned.Otherwise null is returned. exception: SessionException - If the session cannot be retrieved.
Returns teh session object corresponding to the HttpPresentationComms
Parameters: parm1 - ignored Parameters: sessionId - ignored Parameters: comms - HttpPresentationComms object that contains HttpServletRequestfrom which the session is extracted the Session object throws: SessionException -
Reset the maximum session count. See maxSessionCount().
The highwater mark should be reset to the current number of sessions.
exception: SessionException - if the max session count cannot be reset.