Control on session state information over SSL

The ssl-id-sessions stanza entry, located in the [session] stanza of the WebSEAL configuration file, allows us to control whether the SSL session ID or another session key data type is used to maintain the login session for clients accessing over HTTPS.

If the stanza entry value is set to "yes", the SSL session ID is used for all authentication methods. For example:

If the stanza entry value is set to "no" (default), session cookies are used for most authentication methods. For example:

A configuration setting of "no" for this stanza entry results in the following conditions for clients accessing over HTTPS:

See Valid session key data types.

Parent topic: Maintain session state in non-clustered environments