You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Wojciech Kozlowski <w....@gmail.com> on 2009/09/30 19:35:55 UTC

Axis 1.3: Persistent AxisHttpSession objects

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