We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To add cookie support to your Ring handler, you'll need to wrap it in the wrap-cookies middleware:
wrap-cookies
(use 'ring.middleware.cookies) (def app (wrap-cookies your-handler))
This adds the :cookies key to the request map.
:cookies