53 lines
2.0 KiB
HTML
53 lines
2.0 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>Configure session tracking for Wireless Application Protocol devices</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h5><a name="seswap"></a>Configure session tracking for Wireless Application Protocol devices</h5>
|
|
|
|
<p>Most Wireless Application Protocol (WAP) devices do not support
|
|
cookies. The preferred way to track sessions for WAP devices is to use URL
|
|
rewriting. However on most WAP devices, the maximum allowed URL length is
|
|
128 characters. With URL rewriting, a session identifier is added to the
|
|
URL itself, effectively decreasing the space available for the actual URL
|
|
and the number of parameters that can be sent on a request.</p>
|
|
|
|
<p>To reduce the length of session identifier, you can configure key (jsessionid), session
|
|
ID length and clone ID. </p>
|
|
|
|
<p>Perform these steps to make configuration changes:</p>
|
|
|
|
<ol>
|
|
<li><a href="../admin/acstart.htm">Start the WebSphere administrative console</a>.</li>
|
|
<li>Expand <strong>Servers</strong>.</li>
|
|
<li>Click <strong> Application Servers</strong>.</li>
|
|
<li>Select a server from the list of application servers.</li>
|
|
<li>Under Additional Properties, click <strong>Web Container</strong>.</li>
|
|
<li>Under Additional Properties, click <strong>Custom Properties</strong>.</li>
|
|
<li>Add the appropriate properties from the following list:
|
|
<ul>
|
|
<li>HttpSessionIdLength</li>
|
|
<li>SessionRewriteIdentifier</li>
|
|
<li>HttpSessionCloneId</li>
|
|
<li>CloneSeparatorChange</li>
|
|
<li>NoAdditionalSessionInfo</li>
|
|
<li>SessionIdentifierMaxLength</li>
|
|
</ul>
|
|
<p>See the help text for additional information on these Web container custom properties.</p>
|
|
</li>
|
|
<li>Click <strong>Apply</strong> and <strong>Save</strong>.</li>
|
|
</ol>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|