[PHP] memcached as session handler 3x more reads then writes

2009-06-03 Thread Stan
Hi, Does anyone have an experience with using memcached session handler or possibly enough knowledge of internal php session processing who could explain why we do get 3x more session set commands then get commands? in data it is actually 1:1, same amount of data is being written as read which

[PHP] Memcached as Session Handler

2008-11-10 Thread APseudoUtopia
Hey list, I run a website that integrates MemCache, MySQL, and PHP sessions very heavily. I recently came across some documentation on the PHP site that informs me that I can use MemCache as the session.save_handler, instead of files. I know there would be no redundancy of the session data with t