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 this ? What should be done to avoid loosing session state when I use a custom handler ? (for information, cookies in the HTTP header disappear when I declare my requestFlow handler which use the MessageContext session to set attributes but nothing more).
 
Thanks in advance,
 
Philippe Bouvet

Reply via email to