I've recently installed memcached and I'm very confused. In some places, I read that I'm supposed to change a line in php.ini for the cache handler to use memcached to cache sessions. But I don't see that information here.
For caching sessions, is it good enough just to use this module with memcached or do I need to make that change in php.ini?
Thanks
Comments
Comment #1
mrwhizkid commentedOops. My bad. I see that current version of CR doesn't support sessions. I would like to still know though if it's necessay to set session handling in php.ini to memcached?
Comment #2
sdelbosc commentedI would say no.
I am using cacherouter module for cache tables (cache_inc) and memcache module for sessions (session_inc) and I did not change session.save_handler in php.ini file.