Page 1 of 1

XenForo and cacheSessions

PostPosted: 15 Aug 2013, 10:58
by Joerg
hello,

i need a solution for the xenforo integration.

i have a bigger forum and we cache all over apc.

if i use this in the xenforo config.php:

$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['cacheSessions'] = true;
$config['cache']['backend'] = 'Apc';

i lose the chatpanel. it will not work. if i use this:

$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
##$config['cache']['cacheSessions'] = true;
$config['cache']['backend'] = 'Apc';

it works...........that is really funny. what have i to do, that i can cache the usersessions?

PostPosted: 15 Aug 2013, 17:44
by Jason
I assume what is happening is that ArrowChat can't find the session to login the user. You'd need to edit the includes/integration.php file to still work when cacheSessions is on.

PostPosted: 16 Aug 2013, 06:04
by Joerg
can you give me that includes/integration.php file, with the edits, please? i am not a coder.

PostPosted: 18 Aug 2013, 06:03
by Joerg
nice that you delete post. have you problems with that what your customers say or what is true? you´re really a crminal guy and it is true, what all people in the admins forums write, about you.

PostPosted: 18 Aug 2013, 12:05
by Jason
We delete posts that bump topics or are unrelated to the thread from time to time. If you have feedback, then post it in the feedback forum.

Please refer to the sticky at the top of this forum as well: viewtopic.php?f=28&t=692

Topic Closed

PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]