HiIn addition to what other have said, I'd also like to add that it is also possible to configure the client runtime to mantain a current session (provided cookies are used), using an org.apache.cxf.message.Message.MAINTAIN_SESSION property, should work for both JAXWS & JAXRS...
cheers, Sergey
Hi, What's the best way to implement stateful web services? I was thinking of including a session id with every call, but was wondering if there's a better way. Thanks, Andres
