Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+5 votes
212 views
in Plugins by
edited by
Hi all,

Q2A only logs out the current session. If users forget to logout from another device (especially with Remember Me), there’s no way to revoke that session.

We implemented a “Logout from All Devices” feature in our plugin:  https://github.com/GATEOverflow/q2a-miscellaneous-settings

It lets users invalidate all active sessions for better security.

1 Answer

+2 votes
ago by

Hi,

That’s honestly a really great addition

You’re totally right—by default, Question2Answer only logs out the current session, which isn’t ideal, especially when someone forgets to log out from another device or used “Remember Me” on a shared computer.

The “Logout from All Devices” feature you added in q2a-miscellaneous-settings makes a lot of sense. It’s one of those things users don’t always think about, but it really matters for security and peace of mind.

I also like that it keeps things simple—just one action to invalidate all sessions instead of dealing with them one by one.

Maybe later on, it could be interesting to:

  • show active sessions/devices
  • or let users log out from specific ones

But even as it is now, it’s already a solid improvement. Thanks for sharing this

...