I do not speak well English is from another country, I will try to explain the problem.
Sometimes when I refresh the forum page I change the account I am logged into with another user's account.
You can not do anything on that user's account, it's just a visual error you can not use that user's account, and the next refresh returns to the account you're logged in.
If the account you are changing has a Administrator or Moderator panel, they also appear.
But it's just a visual bug I think, when you click on it returns to your original account.
I do not know why he does, does anyone have any idea?
Similar occurrences to that have been due to some form of caching on your site, such as Cloudflare
David Remember: You only know what you know and - you don't know what you don't know! My CDB Contributions | How to install an extension I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic. No support requests via PM or email as they will be ignored
easiest thing is to go to your hosting account control panel and turn off cloudfare. that will stop it from causing you any more problems.
if you don't know about what cloudfare is for and what it can do or can't do then you dont need it to begin with.
robert
I am available for custom work on a donation basis. Please send me a PM with your needs.
Anyway, sounds like you're caching everything but as it states within the cloudflare documentation, you shouldn't cache pages with logins. so create a page rule as shown below:
*domain.com/*
Cache Level: Bypass
Obviously replace domain.com with your domain name. If you already have a page rule set that uses Cache Level: Cache Everything, remove it.