Crate tower_sessions_core
Source - session
- A session which allows HTTP applications to associate data with visitors.
- session_store
- A session backend for managing session state.
- CachingSessionStore
- 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.
- Expiry
- Session expiry configuration.
- ExpiredDeletion
- Provides a method for deleting expired sessions.
- SessionStore
- Defines the interface for session management.