Expand description
Session subsystem. Thin wrapper around tower-sessions.
Structs§
- Memory
Store - A session store that lives only in memory.
- Session
- A session which allows HTTP applications to associate key-value pairs with visitors.
- Session
Manager Layer - A layer for providing
Sessionas a request extension.
Enums§
- Same
Site - The
SameSitecookie attribute.
Constants§
Functions§
- build_
layer - flash
- Insert a flash message — read by the next request, then cleared.
- take_
flash