Is there any particular reason why a normal HTTP session cookie cannot be used? Doing it that way allows a lot of powerful things like using the Spring AOP stuff to provide a stateful object per session, etc...
By default, sessions are turned off on the client, but they are easy to turn on. It's part of the jaxws spec. Dan On Tue November 17 2009 8:08:00 pm Andres Olarte wrote: > 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 > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
