ring.middleware.session.store

(source)
Contains the protocol used to define all Ring session storage engines.

For more info about this library see:

https://github.com/ring-clojure/ring/wiki
Public Variable Short Description
SessionStore (clj) An interface to a session storage engine.
delete-session (clj) Delete a session map from the store, and returns the session key.
read-session (clj) Read a session map from the store.
write-session (clj) Write a session map to the store.