i am trying to make wamp to save sessions on memcache however, after all installations and troubleshooting i still get below errors: 1) when i have php.ini with this (session.save_handler = memcache) i got below error:
Failed to initialize storage module: memcache (path: c:/wamp/tmp)
2) when i have php.ini with this (session.save_handler = memcached) i got below error:
Cannot find save handler 'memcached'