Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Web Service Development Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

18.1 Overview

The Agent runtime passes its servlet and Web service requests to its servlet container, which does the work to maintain state using sessions. Each session holds data associated with a particular client request.

The servlet container associates a unique ID with the session and returns the ID to the client. When another request arrives from the client, the container uses the unique ID to attach the session to the request. A service can maintain state with little effort, since the container handles the mechanics.

This chapter discusses how services manage sessions, how to modify the data in a session, and how to configure session timeouts for a Web service.



Previous fileTop of DocumentContentsIndex pageNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.