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

9.1 Introduction

This chapter describes a servlet that maintains state between client requests. The servlet demonstrates techniques for creating and destroying sessions, for storing and retrieving session state, and for creating and processing HTML forms.

The SessionExample servlet presents a single page to the client. The page provides forms that contain controls for requesting changes to the session. As the client manipulates the session, the servlet regenerates the page to display the current session information.

The servlet described in this section is included in the files SessionExample.h and SessionExample.cpp in the tutorials\servlet directory of the HydraExpress installation. The servlet itself is available at http://localhost:8090/examples/SessionExample on a system running HydraExpress in the default configuration.



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.