Module salvo_extra::session[][src]

Expand description

Session supports

Structs

A session store that serializes the entire session into a Cookie.

in-memory session store

The main session type.

SessionHandler

Constants

Key for store data in depot.

Traits

SessionDepotExt

An async session backend.