When you create a Web Service, you specify whether it should be executed within the context of an HTTP session. Associating Web Services with a session enables an application to maintain state across Web Service calls and to use login information for security purposes.

To enable multiple Web Services to execute within the same session, a client application must pass a session cookie between calls. Some Web Services frameworks, such as Microsoft’s .NET, provide support for passing session cookies. Java clients typically require applications to manage session cookies themselves.

For more information about using sessions with Java clients, see the Accessing ATG Web Services from Java Clients section. For more information about using sessions with .NET clients, see the Accessing ATG Web Services from .NET Clients section.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices