Fork me on GitHub
#liberator
<
2020-06-14
>
adam23:06:01

Where is the proper place to unset a session? I need to unset a session and redirect to another page (sign out page). I am stuck here: ... exists? false :existed? true :moved-temporarily? (fn [{{:keys [routes]} :request}] {:location (path-for routes :home)})) The redirection is working but how can I unset the session?