ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/program/sescfg.htm

70 lines
4.0 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<!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>Configure session management</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="sescfg"></a>Configure session management</h4>
<p>When you configure session management at the Web container level, all applications and the respective Web modules in the Web container normally inherit that configuration, setting up a basic default configuration for the applications and Web modules below it.</p>
<p>However, you can set up different configurations individually for specific applications and Web modules that vary from the Web container default. These different configurations override the default for these applications and Web modules only.</p>
<p>Note: When you overwrite the default session management settings on the application level, all the Web modules below that application inherit this new setting unless they too are set to overwrite these settings.</p>
<p>To configure session management, perform these steps:</p>
<ol>
<li><p><a href="../admin/acstart.htm">Start the WebSphere administrative console</a>.</p></li>
<li><p>Select the level to which this configuration applies:</p>
<ul>
<li>For the Web container level:
<ol type="a">
<li>Click <strong>Servers --&gt; Application Servers</strong>.</li>
<li>Click the name of the server in which the Web container runs.</li>
<li>Under <strong>Additional Properties</strong>, click <strong>Web Container</strong>.</li>
<li>Under <strong>Additional Properties</strong>, click <strong>Session Management</strong>.</li>
</ol><p></p></li>
<li>For the enterprise application level:
<ol type="a">
<li>Click <strong>Applications --&gt; Enterprise Applications</strong>.</li>
<li>Click the name of the application.</li>
<li>Under <strong>Additional Properties</strong>, click <strong>Session Management</strong>.</li>
</ol><p></p></li>
<li>For the Web module level:
<ol type="a">
<li>Click <strong>Applications --&gt; Enterprise Applications</strong>.</li>
<li>Click the name of the application.</li>
<li>Under <strong>Related Items</strong>, click <strong>Web Modules</strong>.</li>
<li>Under <strong>Additional Properties</strong>, click <strong>Session Management</strong>.</li>
</ol><p></p></li>
</ul></li>
<li><p>If you are working on the Web module or enterprise application level and want these settings to override the inherited Session Management settings, select <strong>Overwrite</strong>.</p></li>
<li><p>Specify which session tracking mechanism you want to pass the session ID between the browser and the servlet:</p>
<ul>
<li>To track sessions with SSL information, click <strong>Enable SSL ID tracking</strong>.</li>
<li>To track sessions with cookies, click <strong>Enable Cookies</strong>. To change the cookie settings, click <strong>Cookies</strong>.</li>
<li>To track sessions with URL rewriting, click <strong>Enable URL Rewriting</strong>. If you want to enable protocol switch rewriting, click <strong>Enable protocol switch rewriting</strong>.</li>
</ul><p></p></li>
<li><p>Configure other settings or accept the default values. <!--For more information, see <a href="../admin/help/uprs_rsession_manager.html">Session Management settings
</a> <img src="help.gif" width="18" height="15" align="bottom" alt="Go to Help documentation">--></p></li>
<!--<li><p>(Optional) <a href="sescfgdi.htm">Configure distributed sessions for session recovery support</a>.</p></li>-->
<li><p>(Optional) <a href="seswap.htm">Configure session tracking for Wireless Application Protocol devices</a>.</p></li>
<li><p>Click <strong>Apply</strong> and <strong>Save</strong>.</p></li>
</ol>
</body>
</html>