Class SslSessionConfig

java.lang.Object
io.undertow.server.session.SslSessionConfig
All Implemented Interfaces:
SessionConfig

public class SslSessionConfig extends Object implements SessionConfig
Session config that stores the session ID in the current SSL session.

It allows for a fallback to be provided for non-ssl connections

Author:
Stuart Douglas