CookieIdSessionBuilder
A configuration that allows you to configure additional cookie settings for Sessions, for example:
add cookie attributes;
sign and encrypt session data.
Properties
Link copied to clipboard
Gets a configuration used to specify additional cookie attributes for Sessions.
Link copied to clipboard
When set to true, session data is not re-sent if unchanged from the incoming value. This avoids unnecessary Set-Cookie headers but prevents cookie expiration refresh. Session classes should properly implement equals() for this to work correctly. Default: false.
Link copied to clipboard
Specifies a serializer used to serialize session data.
Link copied to clipboard
A function used to provide a current session ID.
Link copied to clipboard
Gets transformers used to sign and encrypt session data.
Functions
Link copied to clipboard
Link copied to clipboard
Registers a transformer used to sign and encrypt session data.