Http Sessions support for Catacumba.
Http Sessions support for Catacumba.
(-accessed? _)
Check if session is accessed
Check if session is accessed
(-empty? _)
Check if the session is empty.
Check if the session is empty.
(-get-id _)
Get the session id.
Get the session id.
(-modified? _)
Check if session is modified
Check if session is modified
(-delete _ key)
(-read _ key)
(-write _ key data)
(memory-storage)
In memmory session storage constructor.
In memmory session storage constructor.
(session)
(session {:keys [storage cookie-name]
:or {storage :inmemory cookie-name default-cookie-name}
:as options})
A session chain handler constructor.
A session chain handler constructor.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close