Hi, I am using Axis2 1.3. Appreciate any advice/sample code to allow a client that has multiple stubs but want to share the session data among the services. Based on http://www.developer.com/java/web/article.php/10935_3620661_2, I have turned on the Transport session, and put the multiple server under the same service group on server side, and enable session management on each stub on client side. But the session cannot be shared among services belong to different stubs. Is this possible?
Thanks, -Bo