SessionsConfig
A configuration for the Sessions plugin.
Functions
Configures Sessions to pass the serialized session's data in cookies using the name Set-Cookie
attribute.
Configures Sessions to pass a session identifier in cookies using the name Set-Cookie
attribute and store the serialized session's data in the server storage.
Configures Sessions to pass the serialized session's data in cookies using the name Set-Cookie
attribute. The block parameter allows you to configure additional cookie settings, for example:
Configures Sessions to pass a session identifier in a name HTTP header and store the serialized session's data in the server storage.
Configures Sessions to pass the serialized session's data in a name HTTP header. The block parameter allows you to configure additional settings, for example, sign and encrypt session data.
Registers a session provider.