Available on crate feature
session only.Modules§
- Configuration options to tune the behaviour of
SessionMiddleware.
Structs§
- The primary interface to access and modify session state.
- A middleware for session management in Actix Web applications.
Enums§
- Status of a
Session.
Traits§
- Extract a
Sessionobject from variousactix-webtypes (e.g.HttpRequest,ServiceRequest,ServiceResponse).