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.

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

Usage: Optional

Default value:

No

Example:

dsess-support-local-sessions = no

Parent topic: [session] stanza