Liking cljdoc? Tell your friends :D
Clojure only.

ring.middleware.session.memory

A session storage engine that stores session data in memory.

A session storage engine that stores session data in memory.
raw docstring

memory-storeclj

(memory-store)
(memory-store 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.

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.
raw docstring

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

× close