If you're using a database to store your sessions, you can just remove the entry that's associated with a particular user.
- James On 23 October 2014 14:45, Sven Richter <[email protected]> wrote: > Hi, > > I wonder if it's possible to invalidate a ring session for a given > arbitrary user (not the logged in one)? > Sometimes, when applying administrative tasks regarding user management in > a web application it might be useful to have the user to relog. Another > posiibility might be to be able to update the session of an user, but I am > not sure if this is considered secure, or how it might be done at all. > > Any pointers / hints on how to approach such issues? > > Best Regards, > Sven > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
