Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: Enable memcached

$
0
0
<?php
ini_set('session.save_handler', 'memcached');
ini_set('session.save_path', 'localhost:11211?persistent=1&amp;weight=1&amp;timeout=1&amp;retry_interval=15');

is not correct ?

http://php.net/manual/en/memcached.sessions.php

Viewing all articles
Browse latest Browse all 13117

Trending Articles