Fork me on GitHub
#ring
<
2017-03-07
>
trevor21:03:08

re: ring session middleware - is there a way to modify the expires attribute of a cookie that's already been created? E.g. HttpOnly cookie that you want to force the browser to remove

trevor21:03:52

I basically want to force the browser to remove the cookie on logout by setting the expires attribute to yesterday

trevor21:03:18

(assoc rep :session nil) doesn't seem to do the trick