Choose SSL as a connection option if the Web application is listening on SSL;

Oracle Adaptive Access Manager Proxy 6-7 ■ Changes under the ConfigFiles key are not effective until either the proxy is restarted or HKLM\SOFTWARE\Bharosa\Proxy\ReloadConfig is set to 1.

6.2.3.2 Configuration Reload

The proxy configuration can dynamically be changed while the proxy is running; new configuration files can be added and currently loaded files can be updated or removed. These changes are not applied until the ReloadConfig registry value is set to a nonzero value. When setting ReloadConfig to a nonzero value, the proxy loads configuration files. After loading the files, the proxy resets the ReloadConfig value to 0. Note that the new configuration is used only for new client browser connections. Clients already connected continue to use the previous configuration.

6.2.3.3 Session ID Cookie

The UIO ISA Proxy uses a cookie to associate multiple requests from a client. The name of this cookie can be configured in the registry value, SessionIdCookieName of type REG_SZ. If this value is not present or empty, the UIO ISA Proxy uses the cookie name, BharosaProxy_SessionId.

6.2.3.4 Configuring Session Id Cookie attributes via Global Variables

The attributes of the Session Id Cookie can be configured using global variables listed in Table 6–1 .

6.2.3.5 Session Inactive Interval

Sessions in the UIO ISA Proxy are removed after a certain period of inactivity. This period, in seconds, is specified in the MaxSessionInactiveInterval registry value. If this value is not specified, the UIO ISA Proxy removes a session after 1200 seconds 30 minutes of inactivity. This value should be set to at least a few seconds higher than the Web application session timeout value. Table 6–1 Session Id Cookie Attributes via Global Variables Cookie Attribute Global Variable Name Description expires SessionCookie_ExpiryInMinutes expires attribute is added to the session cookie if this global variable is set to value greater than 0. This variable specifies the number of minutes the session cookie should be persisted by the client browser. HttpOnly SessionCookie_IsHttpOnly HttpOnly attribute is added to the session cookie if this global variable is set to value greater than 0 secure SessionCookie_IsSecure secure attribute is added to the session cookie if this global variable is set to value greater than 0. domain SessionCookie_ DomainLevelCount domain attribute is added to the session cookie if this global variable is set. For example, to set the cookie domain as.mydomain.com for an application at test.myserver.mydomain.com, set this global variable to 2. The value should be greater than 1. If a lower value is specified, the proxy uses 2 as the value.