{{{
I took a different approach. In my eyes a cleaner and less complicated one. Attached you find my patch.
To get going the only thing after applying the patch to "SGL trunk" is to set the following settings in the global config file to:
$conf['session']['handler'] = 'memcache';
$conf['session']['save_path'] = 'tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15';
or whatever is appropriate for your system for the latter one.
You find my full report on this with more detailled information at http://bit.ly/SGLmemcache
}}}
{{{ I took a different approach. In my eyes a cleaner and less complicated one. Attached you find my patch. To get going the only thing after applying the patch to "SGL trunk" is to set the following settings in the global config file to: $conf['session']['handler'] = 'memcache'; $conf['session']['save_path'] = 'tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15'; or whatever is appropriate for your system for the latter one. You find my full report on this with more detailled information at http://bit.ly/SGLmemcache }}}