able to just reset it but i haven't seen the session get dropped
from my monitor.
are there two sessions? is one of them the AxisServlet session making the
request and the second one the session in the AxisEngine? in any event, i
would like to be able to monitor the axis sessions. i don
Title: RE: Axis sessions using non-Axis client?
In axis-beta2, the setMaintainSession method call which is required to have the client maintaining the session is on the Call class, not the Service one.
The Call class is part of the jaxrpc spec, but the setMaintainSession is Axis specific, I
Mark,
I think the code you're looking at contains a client and a server. From
skimming the comments, it looks like it's creating and deploying a service,
then testing it with a client, all in the same program. So, in
TestSimpleSession.java, the setMaintainSession() method call is for the
cl
Hi all.
I've been reading several of the archived posts regarding Axis sessions,
and I've found some very useful information.
However, I have not found any information specifically about using Axis
only as a server while maintaining session state for clients (someone
alluded to
Hi all,
Has anybody managed to get a .Net client talk to an Axis service,
using a session context?
I've got an Axis (beta1) web service talking successfully
with both an Axis and a .Net (beta2, C#) client.
I've also added session management on the server side:
- MessageContext.getCurrentContex