Jochen,

I suspect that you would have to keep the client JVM alive and make all service calls from that JVM, in order to maintain the session across different service calls. Using the HTTP sessions might work better, though I doubt it. Other than that, you'd probably have to write your own session handler (maybe as a subclass of the SimpleSessionHandler) that persisted the session ID on the client in some way.

Tony

Reply via email to