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

18.2 Session Management in the Agent's Servlet Container

Each session object in the servlet container is an instance of rwsf::HttpSession containing a collection of attributes, or instances of rwsf::Attribute.

For client requests, this session object is passed in the HTTP transport. When the request comes into the servlet, the session data is then placed into an rwsf::CallInfo object. rwsf::CallInfo holds SOAP and transport headers, as well as session information for a message.

The rwsf::CallInfo object gets passed through the message handler chain, ending at the server implementation.

For more information on session management and recovering state, see Section 7.5, "Recovering Session State," in the HydraExpress Servlet Development Guide.



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.