Does anyone know how to maintain an HTTP session across multiple web service submissions. Example: I call web service 1 ( login ). Login return the app server session id. Web service 2 expects the session to be sent along with that request. I beleive I need to set an HTTP header ?