It depends how you are making the webservice call. Apache HTTPClient can
handle cookies and I'm sure many other web service libraries out there can
too.

If you are using java.net.URL directly then you won't have session / cookie
management on the client.

Reply via email to