Hi all, I have developed a website on xamp ( windows) and works perfectly, but on my server VPS (Centos 5.6) with php 5.4.26 do not work. The session can't start. This is var_dump($session).
LOCAL:
object(Phalcon\Session\Adapter\Files)#97 (3) { ["_uniqueId":protected]=> NULL ["_started":protected]=> bool(true) ["_options":protected]=> NULL }
VPS SERVER:
object(Phalcon\Session\Adapter\Files)#11 (3) { ["_uniqueId":protected]=> NULL ["_started":protected]=> bool(false) ["_options":protected]=> NULL }
On this server I have many other applications developed in Symfony2, codeigniter, and sessions works perfectly.
Any idea? I've recompiled Phalcon 2 times and still not working.