Concrete5 and memcached

Permalink
Hi,

I've recently found my hosting uses memcached, I've got it working by using the below in the concrete.php:

return array(
    'session' => array(
        'handler' => 'database'
    )
);


But it loads slowly, is this the way to use memcached (I'm assuming maybe not) if not then how would I do it?

 
TMDesigns replied on at Permalink Reply
TMDesigns