MyBB Community Forums

Full Version: Cache / cookie issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Users have the ability to come back to the board with the cookies set. Is there a way I can globally forced everyone to login again with their password. Basically, I am afraid that if suspicious user is still on line when I close the board for maintainance, he still will be able to do stuff (like posting etc) even if the board is already close.

Any suggestions?

EB
I don't think so, since you cannot clear everyone's cookies. I'm not sure what will happen if you do:
UPDATE mybb_users SET loginkey=''
That should prevent everyone's cookies from working, and the login keys will be reset when the user first logs in again. (You should make a backup before you do this, as I haven't tried it out).

Also, when the board is closed, all users except for administrators will not have permission to access any part of the board.