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 you are sharing sessions with Microsoft Office applications, configure WebSEAL to accept multiple accesses to the temporary session cookie.

Syntax

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.

Note: 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 more information about sharing sessions with Microsoft Office applications, see the IBM Security Web Gateway appliance: Configuration Guide for Web Reverse Proxy.

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 you want to share sessions with Microsoft Office applications, such as Microsoft SharePoint.

Usage

This stanza entry is required.

Default value

false

Example

temp-session-one-time-use = false