Crate finchers_session[][src]

Session support for Finchers.

Supported backends:

Feature Flags

Modules

cookie

The session backend using Cookie as a session storage.

in_memory

The session backend using in-memory database.

redis

The session backend using Redis.

Structs

Session

A struct which manages the session value per request.

Traits

RawSession

The trait representing the backend to manage session value.