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.
- Session
Middleware - A middleware for session management in Actix Web applications.
Enums§
- Session
Status - Status of a
Session
.
Traits§
- Session
Ext - Extract a
Session
object from variousactix-web
types (e.g.HttpRequest
,ServiceRequest
,ServiceResponse
).