an implementation of ContainerAdapterSessionManager specific to the Tomcat Servlet container.
It uses JMX to obtain some data form the Tomcat's session manager, which
really manages the sessions
version: 1.0
Returns teh session object corresponding to the HttpPresentationComms
Parameters: parm1 - ignored Parameters: sessionId - ignored Parameters: comms - HttpPresentationComms object that contains HttpServletRequest from 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.