Module actix_session::config
source · [−]Expand description
Configuration options to tune the behaviour of SessionMiddleware
.
Structs
A session lifecycle strategy where the session cookie expires when the browser’s current session ends.
A session lifecycle strategy where the session cookie will be persistent.
A fluent builder to construct a SessionMiddleware
instance with custom configuration
parameters.
Enums
Determines how to secure the content of the session cookie.
Determines what type of session cookie should be used and how its lifecycle should be managed.
Configuration for which events should trigger an extension of the time-to-live for your session.