Liking cljdoc? Tell your friends :D

ring.middleware.session.memory

A session storage engine that stores session data in memory.

memory-store

Type: var

Arguments:

[]
[session-atom]
Creates an in-memory session storage engine. Accepts an atom as an optional
argument; if supplied, the atom is used to hold the session data.

View source

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close