Crate tower_sessions_core

Source

Modules§

session
A session which allows HTTP applications to associate data with visitors.
session_store
A session backend for managing session state.

Structs§

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.

Enums§

Expiry
Session expiry configuration.

Traits§

ExpiredDeletion
Provides a method for deleting expired sessions.
SessionStore
Defines the interface for session management.