XF 1.1 Guest and members disconnected suddenly

  • Thread starter Thread starter account8226
  • Start date Start date
A

account8226

Guest
Hello guys, I have a big problem that happened today and yesterday on my forum.

Everyone are getting disconnected, they dissapear from the "members online now" !

That's realy strange, I have cometchat on my forum and they are disconnected from that too.

Anyone can help me with that really big problem ?
 
I'm gonna guess #4:

http://xenforo.com/community/threads/keep-logging-out-of-xf-with-chrome.22968/#post-286837

4) You are storing sessions in a memory cache such as APC and that cache is getting full or is having uptime problems. You need to ensure that your cache doesn't get full and is reliable. Otherwise you can disable session caching by removing this line from your library/config.php file (it is false by default or when unspecified):

Code:
$config['cache']['cacheSessions'] = true;
 
Top Bottom