Fork me on GitHub
#ring
<
2017-12-06
>
sova-soars-the-sora18:12:59

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-sora18:12:58

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