use-same-session

Syntax

use-same-session = {yes|no}

Description

Indicates whether to use the same session for SSL and HTTP clients.

Options

yes
When set to yes, a user who has authenticated over HTTP will be authenticated when connecting over HTTPS. Likewise, the user who has authenticated over HTTPS will be authenticated when connecting over HTTP. Using yes will override ssl-id-sessions = yes, because HTTP clients do not read an SSL ID to maintain sessions.
no
Do not use the same session for SSL and HTTP clients.

Usage

This stanza entry is required.

Default value

no

Example

use-same-session = no