Re-exports

  • pub use tower_cookies::cookie;

Modules

  • A middleware that provides Session as a request extension.
  • A session which allows HTTP applications to associate data with visitors.
  • An arbitrary store which houses the session data.

Structs

Enums

  • Session expiry configuration.

Traits

  • A trait providing a deletion method for expired methods and optionally a method that runs indefinitely, deleting expired sessions.
  • An arbitrary store which houses the session data.