The web services are using scope "Application". The scope does not appear to 
have any impact on this.

-----Original Message-----
From: Andreas Veithen [mailto:andreas.veit...@gmail.com] 
Sent: Thursday, April 19, 2012 3:37 PM
To: java-user@axis.apache.org
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 <karen.schwa...@napersoft.com> 
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: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to