Is there anyway to force everyone or a single user to logout?
Is there a cookie file or session file I can delete?
You could just empty the mybb_sessions table.
(2013-02-02, 04:12 PM)Euan T. Wrote: [ -> ]You could just empty the mybb_sessions table.
That'd create new session even if it was emptied out and won't log anyone out, I believe.