liberator

adam 2020-06-14T23:51:01.010900Z

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?