To make Web services able to share sessions on .NET, two things need to happen:
The Web service client needs to allow a session to be shared across certain Web service calls. To do this, you need to define the Web service calls in the same Web Control and assign a
CookieContainerfor each call. For instructions, see Calling ATG Web Services.The Web services themselves must support sessions. When you create custom Web services, you are given the option to allow sessions.

