Configuration
Sessions configuration builder
Constructors
Functions
Register a session provider
Properties
Extensions
Configure sessions to get it from cookie using session storage
Configures a session using a cookie with the specified name using it as a session id. The actual content of the session is stored at server side using the specified storage. The cookie configuration can be set inside block using the cookie property exposed by CookieIdSessionBuilder.
Configure sessions to serialize to/from HTTP cookie
Configures a session using a cookie with the specified name using it as for the actual session content optionally transformed by specified transforms in block. The cookie configuration can be set inside block using the cookie property exposed by CookieIdSessionBuilder.
Configure sessions to serialize to/from HTTP cookie configuring it by block
Configure sessions to get it from HTTP header using session storage
Configures a session using a header with the specified name using it as a session id. The actual content of the session is stored at server side using the specified storage.
Configure sessions to serialize to/from HTTP header
Configures a session using a header with the specified name using it for the actual session content optionally transformed by specified transforms in block.