Fork me on GitHub
#ring
<
2017-03-11
>
trevor21:03:12

@weavejester thanks, I'll check it out

trevor22:03:16

I use session cookies: (assoc rep :session {:token token}) is basically what I do on login

trevor22:03:58

but on logout, I want to force the browser to remove the cookie because it's expired

seylerius23:03:33

Okay, is there a "right" way to setup project.clj to use cider with ring projects? The goal is to hit C-c M-j and have the server launch and the REPL start in the handler namespace.