dsess-support-local-sessions

Use the dsess-support-local-sessions stanza entry to control whether non-cookie based sessions can be stored locally when the distributed session cache is enabled.

Syntax

dsess-support-local-sessions = {yes|no}

Description

The distributed session cache is dependent on the use of session cookies in order to index into the session cache. This configuration entry controls whether an additional local-only session cache is made available for non-cookie based sessions. An example of a non-cookie based session is an OAuth authenticated session where the authorization header is used as an index into the session cache. By enabling this configuration entry the server is able to store these types of sessions in a local-only session cache.

Options

Yes
If the distributed session cache is enabled, allow the use of a local session cache for non-cookie based sessions.
No
If the distributed session cache is enabled, do not allow the use of a local session cache for non-cookie based sessions.

Usage

This stanza entry is optional.

Default Value

No

Example

dsess-support-local-sessions = no