There is this Login and Logout operations and there are many other operations in the web service that I am trying to set. With the login operation I am able to generate the session id and the session cookie. However, to invoke other operations I need to use the same session cookie. How does I go about using the same cookie as generated in the login operation ?
↧