Hello,
Session state management works fine when I do not
declare any handler for my service but when I declare a handler in the
requestFlow section, session state is lost between web service calls. My service
has the scope parameter set to 'session'.
Have you any idea about t
, 2002 10:42 AM
To: axis-user
Subject: Session state
Hi,
I´m wondering if it is possible to create a webservice which maintains the
session state of a client. I haven´t found any info about this in the
userguide. I know that Apache SOAP 2.2 supports this feature. What about
axis? Or do I have to write
Hi,
I´m wondering if it is possible to create a webservice which maintains the
session state of a client. I haven´t found any info about this in the
userguide. I know that Apache SOAP 2.2 supports this feature.
What about axis? Or do I have to write my own solution to save data from one
client