Can someone explain me, how cookie based sessions with Renee work?
It should be kind of similar to Sinatra or other Rack based frameworks.
There is a reference page for Sessions, but it does not include any explanation.
Edit:
I have found a code sample on the projects GitHub site, but it does not seem to be the easiest way, to enable sessions.
Is there an easier way, other than given on the code sample?

session[:user] = "someone"where session can then be used across different requests. – three Jan 26 at 9:55