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 JR Ruggentaler <JR...@mpv.com> on 2005/02/24 07:43:33 UTC

Session management

I have a functioning Axis web service that's called by a third party tool (bevocal.com). I set messageContext.setMaintainSession(true) but messageContext.getMaintainSession() always returns false. A new session is created for each call. What do I need to do to maintain sessions between Axis and a non Axis client? I am testing with org.apache.axis.transport.http.SimpleAxisServer, does SimpleAxisServer affect session Management? My deploy.xml contains: <parameter name="scope" value="session"/>

Thanks in advance!
J.R.

Re: Session management

Posted by Rajdeep Dua <du...@yahoo.com>.
Web service imp using JAX-RPC is supposed to be
stateless!!
--- JR Ruggentaler <JR...@mpv.com> wrote:

> I have a functioning Axis web service that's called
> by a third party tool (bevocal.com). I set
> messageContext.setMaintainSession(true) but
> messageContext.getMaintainSession() always returns
> false. A new session is created for each call. What
> do I need to do to maintain sessions between Axis
> and a non Axis client? I am testing with
> org.apache.axis.transport.http.SimpleAxisServer,
> does SimpleAxisServer affect session Management? My
> deploy.xml contains: <parameter name="scope"
> value="session"/>
> 
> Thanks in advance!
> J.R.
> 



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

Re: Session management

Posted by Rajdeep Dua <du...@yahoo.com>.
Web service impl using JAX-RPC is supposed to be
stateless.that could be the reason.
--- JR Ruggentaler <JR...@mpv.com> wrote:

> I have a functioning Axis web service that's called
> by a third party tool (bevocal.com). I set
> messageContext.setMaintainSession(true) but
> messageContext.getMaintainSession() always returns
> false. A new session is created for each call. What
> do I need to do to maintain sessions between Axis
> and a non Axis client? I am testing with
> org.apache.axis.transport.http.SimpleAxisServer,
> does SimpleAxisServer affect session Management? My
> deploy.xml contains: <parameter name="scope"
> value="session"/>
> 
> Thanks in advance!
> J.R.
> 



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250