Currently I’m using CXF for accessing some Seam (stateful) services. I
managed it to maintain session state of one service (I’ve set the
SESSION_MAINTAIN_PROPERTY to true), but I need some further help with
different services using the same session.
A usual scenario would be following:

•       a registered user logs in (name, pwd) – AuthenticationService
•       invokes some methods of Service A
•       same with other methods of Service B
•       …
•       user logs out - AuthenticationService

How can different services share the same session till timeout?
-- 
View this message in context: 
http://www.nabble.com/How-to-develop-a-WebServiceClient-correctly--tp16741038p16741038.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to