actix_cloud::session

Module config

Source
Available on crate feature session only.
Expand description

Configuration options to tune the behaviour of SessionMiddleware.

Structs§

PersistentSession
A session lifecycle strategy where the session cookie will be persistent.
SessionMiddlewareBuilder
A fluent, customized SessionMiddleware builder.

Enums§

CookieContentSecurity
Determines how to secure the content of the session cookie.
TtlExtensionPolicy
Configuration for which events should trigger an extension of the time-to-live for your session.