actix_cloud

Module session

Source
Available on crate feature session only.

Modules§

config
Configuration options to tune the behaviour of SessionMiddleware.

Structs§

Session
The primary interface to access and modify session state.
SessionMiddleware
A middleware for session management in Actix Web applications.

Enums§

SessionStatus
Status of a Session.

Traits§

SessionExt
Extract a Session object from various actix-web types (e.g. HttpRequest, ServiceRequest, ServiceResponse).