Modules§
- session
- A session which allows HTTP applications to associate data with visitors.
- session_
store - A session backend for managing session state.
Structs§
- Caching
Session Store - Provides a layered caching mechanism with a cache as the frontend and a store as the backend..
- Session
- A session which allows HTTP applications to associate key-value pairs with visitors.
Enums§
- Expiry
- Session expiry configuration.
Traits§
- Expired
Deletion - Provides a method for deleting expired sessions.
- Session
Store - Defines the interface for session management.