Expand description
Types related to SessionConfig.
Structs§
- Invalid
TtlExtension Threshold - Error raised when trying to create a
TtlExtensionThresholdwith an invalid value. - Session
Cookie Config - Configure the cookie used to store session information on the client-side.
- Session
State Config - Configure the way session state is stored.
- TtlExtension
Threshold - A ratio between 0 and 1, interpreted as a percentage of the time-to-live of a fresh session.
Enums§
- Missing
Server State - Configure the expected behaviour when dealing with a pre-existing session (i.e. with a valid client-side cookie) that doesn’t have a corresponding record in the session store.
- Server
State Creation - Configure when the storage backend should be asked to create a new session state record.
- Session
Cookie Kind - The kind of cookie used to store session information on the client-side.
- TtlExtension
Trigger - Configure when the TTL for an existing session should be extended.