ring

sova-soars-the-sora 2017-12-06T18:15:59.000104Z

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?

sova-soars-the-sora 2017-12-06T18:34:58.000576Z

I would like to set the session variable for a user serverside without a page refresh. Possible?