(has-session? service)
Check if there is at least one session for the specified service.
Check if there is at least one session for the specified service.
(put-session! session service)
Insert a session for the specific service into the sessions atom.
Insert a session for the specific service into the sessions atom.
(read-session service)
Read the session for the specified service. TO BE IMPROVED!
Read the session for the specified service. TO BE IMPROVED!
(reset-session! service)
Reset the sessions of the specified service.
Reset the sessions of the specified service.
(reset-sessions!)
Reset the sessions atom.
Reset the sessions atom.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close