Hi everyone. How can I set sessions without using a (POST "/something) that returns a {:session .. :body... :headers .. } map.? I want to do logins over sockets and I want to set the ring session once a login is verified, but it looks like it needs POST?
I would like to set the session variable for a user serverside without a page refresh. Possible?