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