Session state and custom handler

2002-10-07 Thread Philippe Bouvet
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

RE: Session state

2002-02-11 Thread Adam.Leggett
, 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

Session state

2002-02-06 Thread Stefan Henke
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