gorilla / sessions

Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
https://gorilla.github.io
BSD 3-Clause "New" or "Revised" License
2.93k stars 371 forks source link

[question] How can I logout of a user from all other sessions except current one #242

Closed ColeDrain closed 3 years ago

ColeDrain commented 3 years ago

Hello.

… So I want to implement this feature on my web app, that allows a user logout from other open sessions or devices except the current session.

I don't really know how to go about that. Can you help please?