Skip to content
weavejester edited this page Oct 21, 2011 · 22 revisions

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.

To change the session data, you can add a :session key to the response that contains the updated session data.

Clone this wiki locally