ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/program/ses.htm

49 lines
2.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Sessions</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="ses"></a>Sessions</h3>
<p>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.</P>
<p>The following steps for session tracking are summarized:</p>
<ol>
<li><p>Before you implement session tracking, become familiar with these topics about the sessions programming model:</p>
<ul>
<li><p><strong><a href="sesdeci.htm">Deciding between session tracking approaches</a></strong>
<br>This topic describes the different session tracking approaches.</p></li>
<!--<li><p><strong><a href="sespers.htm">Session persistence</a></strong>
<br>This topic describes the benefits of enabling persistent sessions.</p></li>-->
<!-- <li><p><strong><a href="sesdist.htm">Distributed session support</a></strong>
<br>This topic describes how multiple application servers can share a pool of sessions.</p></li>-->
<li><p><strong><a href="sessec.htm">Session security</a></strong>
<br>This topic describes security options for sessions, including HTTP authentication.</p></li>
<li><p><strong><a href="sespract.htm">Best practices for session programming</a></strong>
<br>This topic describes some of the practices to optimize your session programming.</p></li>
</ul></li>
<li><p>Create or modify your servlets to use session support to maintain sessions on behalf of your Web module. For more information, see <a href="sesdev.htm">Session programming model and environment</a>.</p></li>
<li><p><a href="sescfg.htm">Configure session management</a>.</p></li>
<li><p><a href="sestune.htm">Tune session management</a>.</p></li>
</ol>
</body>
</html>