Hello, I am currently doing some Java profiling and performance testing on a web service application that uses Axis 1.3 in conjunction with JBoss 4.0.5. I have noticed that StandardSessionFacade, StandardSession and AxisHttpSession objects are created whenever a SOAP request is received, and these objects remain in memory long after the session is terminated. Is this normal behaviour, or is this indicative of a bug in the application?
Thank you in advance, Wojciech Kozlowski
