Reply to Re: Session handling with memcache - faster?
Posted by Chung Leong on 12/06/05 06:21
That depends on how many active sessions there will be. PHP can parse a
session file faster than the code for your memcache scheme. Unless the
number of files are large enough to slow down a directory-lookup, you
likely won't see any gain.