temp-session-one-time-use
Use the temp-session-one-time-use stanza entry to control whether the client can access an entry in the temporary session cache a single time only or multiple times. If we are sharing sessions with Microsoft Office applications, configure WebSEAL to accept multiple accesses to the temporary session cookie.
temp-session-one-time-use = {true|false}
Description
WebSEAL creates a temporary session cookie for session sharing with Microsoft Office applications when it responds to a /pkmstempsession management page request.
The temp-session-one-time-use configuration entry determines whether this cookie can be used a single time or Whether it can be used multiple times. This configuration entry must be used with the temp-session-cookie-name and temp-session-max-lifetime entries, which are also in the [session] stanza. For information about sharing sessions with Microsoft Office applications, see the IBM Security Verify Access: Web Reverse Proxy Configuration Guide.
Options
true The cookie that stores the session information is a single use cookie. The session entry is invalidated and removed from the cache after a single use. false The client can use the cookie multiple times to request the session information. The session times out after the configured temp-session-max-lifetime expires. Use this setting if we want to share sessions with Microsoft Office applications, such as Microsoft SharePoint.
Usage: Required.
Default value false
Example:
temp-session-one-time-use = false
Parent topic: [session] stanza