REFERENCE


DIIOPCookieCheckAddress
Syntax: DIIOPCookieCheckAddress=value

Description: Modifies the behavior of server-based cookies used with applets that are downloaded by the domino HTTP server. Set the value to 1 to enable the checking of client IP addresses for these cookies.

Applies to: Servers

Default: The default value is 0 (disabled), which means that DIIOP will not require the client's IP address using one of these cookies to match the IP address of the client to whom the cookie was issued.

Client IP addresses will not match in most cases because the cookie is issued to the browser using the HTTP protocol, which is typically routed through proxy servers and therefore the client appears to be the proxy server. While the user of the cookie is the applet running in the browser, its network traffic does not go through a proxy server.

UI equivalent: None

See also