WebSphere Application Server - Express for iSeries provides support for HTTP sessions as described by the Java Servlet Specification v2.3. HTTP is by design an stateless protocol. Session tracking attempts to associate HTTP requests originating from a particular client as belonging to a single HTTP session.
The following steps for session tracking are summarized:
Before you implement session tracking, become familiar with these topics about the sessions programming model:
Deciding between session tracking approaches
This topic describes the different session tracking approaches.
Session security
This topic describes security options for sessions, including HTTP authentication.
Best practices for session programming
This topic describes some of the practices to optimize your session programming.
Create or modify your servlets to use session support to maintain sessions on behalf of your Web module. For more information, see Session programming model and environment.