Ryan Hoegg <[EMAIL PROTECTED]> writes: > Hello all, > > Well, I have made it past authentication with this interesting service > provider of mine, and now I have to actually do something useful! > > Well, it turns out that I need to maintain session state to do > anything. And how else to accomplish this than with cookies! > > So I guess I need to extend the client code to support cookies. > Someone please tell me if these types of changes (dealing with HTTP > communication rather than XML stuff) are outside the scope of the > project.
I'd merge in patches adding improved HTTP support, but really think that you'd be better off just running the server behind a Servlet in Tomcat or Catalina (which both already have good support for this type of thing).
