Peter Johansson Asked: 2010-11-16 06:37:41 +0800 CST2010-11-16 06:37:41 +0800 CST 2010-11-16 06:37:41 +0800 CST What do I change in php.ini file so that the sessions are handled in memcache? 772 I have installed the memcache extension and also memcached. Now what do I need to chance in the php.ini file so that all sessions are handled in memcache? php.ini session memcache 1 Answers Voted Best Answer Tom O'Connor 2010-11-16T06:40:56+08:002010-11-16T06:40:56+08:00 Simple answer: session.save_handler = memcache and session.save_path="tcp://server:port" Long answer, read these pages, and it should explain it a bit better.
Simple answer:
and
Long answer, read these pages, and it should explain it a bit better.