I have got a problem with my php sessions. I have created a debian server on Azure and installed a php/MySQL/apache on it.
The code I use is functional, because it works on my production server but impossible to read $_SESSION
variables on this new server.
I can see files well written in /var/lib/php5/sessions
, and this directory is readable for the apache user.
In a same page, the $_SESSION
variables are available, but not after a redirection on another page.
Is anybody has an idea ? in apache2.conf ? php.ini? network configuration ?