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

19.1 Overview

The HydraExpress Agent's servlet execution engine, which hosts servlets and Web services, maintains state using sessions. Each session holds data associated with a particular client request.

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

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



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.