We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add link to next page - file uploads
Updated Sessions (markdown)
Add missing closing parenthesis.
Fix :recreate example; value for the :recreate key was missing, which causes an error in Clojure.
Add documentation for the :recreate session metadata funtionality
Reverting session docs change because HTTP-only session patch is not yet in a released version of Ring
Explain session cookies' default HttpOnly nature and illustrate an override.
Removed confusing sentence about Clojure's destructuring
clarify special form of {session :session}
Expand example to show that cookie secrets must be 16 bytes.
Added session store documentation
Sessions stub page