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
Session
object from variousactix-web
types (e.g.HttpRequest
,ServiceRequest
,ServiceResponse
).