remember-session-field

The remember-session-field configuration entry specifies the name of the field which will store the authenticated session token.

Syntax

remember-session-field = [hdr|cookie]:<field_name>

Description

The name of the HTTP field which is used to transmit the remember-session token. This field will be added to an authentication response if the 'remember-session' field is set to true in the authentication form, or the 'remember-session' flag is set in the EAI authentication response. Leave this configuration entry empty if you do not want to enable the ability to remember the session.

Options

hdr
Indicates that a HTTP header will be used.
cookie
Indicates that a HTTP cookie will be used.
<field_name>
The name of the HTTP header or cookie.

Usage

This stanza entry is optional.

Default Value

None

Example

remember-session-field = cookie:verify-access-persistent-session