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.
Sessions in Ring work a little differently than you might expect, because Ring attempts to be functional when possible.
Session data is passed via the request map on the :session key.
:session
To change the session data, you can add a :session key to the response that contains the updated session data.