Modules§

  • A session which allows HTTP applications to associate data with visitors.
  • An arbitrary store which houses the session data.

Structs§

  • A session store for layered caching.
  • A session which allows HTTP applications to associate key-value pairs with visitors.

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.