mirror of
https://github.com/metosin/reitit.git
synced 2025-12-22 10:31:12 +00:00
When `:session` key is absent in the route data, the session middleware will not
be attached to the route. To enable the middleware, the user at least need to
use an empty map `{}` for the `:session`, which uses the default options.
|
||
|---|---|---|
| .. | ||
| src/reitit/ring/middleware | ||
| project.clj | ||