Liking cljdoc? Tell your friends :D
ClojureScript only.

dogfort.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-storecljs

(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.
sourceraw docstring

MemoryStorecljs

source

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

× close