Module actix_session::storage

source ·
Expand description

Pluggable storage backends for session state.

Structs

  • Use the session key, stored in the session cookie, as storage backend for the session state.
  • A session key, the string stored in a client-side cookie to associate a user with its session state on the backend.

Enums

Traits

  • The interface to retrieve and save the current session data from/to the chosen storage backend.