Wesker
Well-known member
Short description of the issue is that sometimes it works, sometimes it constantly logs us out. For example, this time around, it took me 12-18 attempts to just login. As soon as I try to make an action inside admincp such as change the usergroup, logs me out again. Sometimes it takes me 50+ logouts and eventually I can make an action.
We have recently migrated so I assume this is a server configuration issue, likely a cache issue.
- Both www and non-www versions of your URL are working.
- IP isn't changing
- Not receiving any errors, just logging out
- Happening in all browsers
- Using cloudflare but have turned all performance off so just running the DNS, nothing more through them
- It's only affecting the AdminCP, not the forum itself
When removing this from config.php and making it false
The problem goes away. However, is there anyway around this without having to turn off cache sessions?
The issue is common as reported here:
https://xenforo.com/community/threads/being-logged-out-of-admin-cp-on-any-and-every-action.98611/
https://xenforo.com/community/threa...dmin-cp-every-few-minutes-session-time.89281/
https://xenforo.com/community/threads/admincp-always-logged-out.75308/
https://xenforo.com/community/threads/constantly-logged-out-of-admin.57624/
https://www.google.com.ph/webhp?sou...g+logged+out+admincp+xenforo+site:xenforo.com
We have recently migrated so I assume this is a server configuration issue, likely a cache issue.
- Both www and non-www versions of your URL are working.
- IP isn't changing
- Not receiving any errors, just logging out
- Happening in all browsers
- Using cloudflare but have turned all performance off so just running the DNS, nothing more through them
- It's only affecting the AdminCP, not the forum itself
When removing this from config.php and making it false
$config['cache']['cacheSessions'] = false;
The problem goes away. However, is there anyway around this without having to turn off cache sessions?
The issue is common as reported here:
https://xenforo.com/community/threads/being-logged-out-of-admin-cp-on-any-and-every-action.98611/
https://xenforo.com/community/threa...dmin-cp-every-few-minutes-session-time.89281/
https://xenforo.com/community/threads/admincp-always-logged-out.75308/
https://xenforo.com/community/threads/constantly-logged-out-of-admin.57624/
https://www.google.com.ph/webhp?sou...g+logged+out+admincp+xenforo+site:xenforo.com