I hosted a web app on Azure using CakePHP 2.X
on windows platform. I use the wincache session handler (session.save_handler = wincache)
. Today I have had a problem. My PHP scripts which create sessions to login to my dashboard didn't work(keeps logging me out) while I didn't change anything to this code.
Warning Error: session_start(): Cannot find save handler 'wincache' - session startup failed in.
The PHP manual tells you to check
phpinfo()
to verify thatwincache
is installed.http://php.net/manual/en/wincache.installation.php
The error message means what it's saying. It's not there.
This is not a coding problem.
You need to check your wincache installation and maybe re-install it.