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?