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
Sessionobject from variousactix-webtypes (e.g.HttpRequest,ServiceRequest,ServiceResponse).