Hi,
Been having this issue for probably a year and I don't know how to solve it. It only seems to be an issue when using an iOS device.
Some users have a problem logging in. It doesn't happen all the time but it suddenly starts happening for them. It looks like they are logged in but when they go to another page they are logged out and vice versa. Typical cache issue.
I am pretty sure this is related to using WP Rocket feature "cache logged in users". I tried reaching out to them but they couldn't fix it.
I have tried pretty much everything. I have excluded the forum url's etc.
In general (sitewide) it is a bad practice to CACHE logged in users. Very bad.
Maybe will have to turn it off. We'll see if there is a chance to solve this 🙂
I have seen so many time users with session problems due to caching for loggedd in....
With wpForo 2.0 you should exclude more paths from your cache plugin, please make sure this instruction has been done properly:
- Navigate in Dashboard to WP Rocket > Advanced Rules Tab
- Scroll down to "Never cache (URLs)" option
- Insert the URL path(s) of your forum page(s) one per line with wildcard (.*) in the option textarea:
/community/(.*) /participant/(.*) /sign-up/(.*) /sign-in/(.*) /change-password/(.*)
- Save it and delete all caches.