ring.middleware.cookies

(source)
Middleware for parsing and generating cookies.

For more info about this library see:

https://github.com/ring-clojure/ring/wiki
Public Variable Short Description
->seconds (clj)
CookieDateTime (clj)
CookieInterval (clj)
cookies-request (clj) Parses cookies in the request map.
cookies-response (clj) For responses with :cookies, adds Set-Cookie header and returns response without :cookies.
rfc822-format (clj)
wrap-cookies (clj) Parses the cookies in the request map, then assocs the resulting map to the :cookies key on the request.