Liking cljdoc? Tell your friends :D

tadam.sessions


add-sessionclj

(add-session req key value)

Add session in request

Add session in request
sourceraw docstring

delete-key-sessionclj

(delete-key-session req key)

Delete session from request

Delete session from request
sourceraw docstring

delete-sessionsclj

(delete-sessions req)

Delete all sessions from request

Delete all sessions from request
sourceraw docstring

get-key-sessionclj

(get-key-session req key)

Get value from key session

Get value from key session
sourceraw docstring

session?clj

(session? req key)

Check if exist session

Check if exist session
sourceraw docstring

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

× close