The web services are using scope "Application". The scope does not appear to have any impact on this.
-----Original Message----- From: Andreas Veithen [mailto:[email protected]] Sent: Thursday, April 19, 2012 3:37 PM To: [email protected] Subject: Re: Axis webservice leaving sessions open under websphere Axis 1.4 normally creates sessions only when necessary. The most likely reason is that you have deployed a service with scope "Session". Andreas On Mon, Apr 16, 2012 at 22:49, Schwartz, Karen <[email protected]> wrote: > We are running webservices using Axis 1.4 under Websphere 6.1. We are > experiencing a problem that each time the webservice is invoked an > http servlet session is opened under websphere and is not invalidated > when the webservice call completes. Is there some way to prevent the > session from being generated? or some way to get AxisServlet to > invalidate the session when the webservice call completes. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
