[PHP] Loosing session data between requests

2007-09-06 Thread robert mena
Hi, I am facing a strange problem. I have two servers (both Centos 4.5, httpd 2.0.52, php 5.1.6) and in one of them a webmail (uebimiau) looses session data between requests and in another it does not. I've compared php.ini from both with nothing different except for some memory limits they are

Re: [PHP] Loosing session data between requests

2007-09-06 Thread Edward Kay
robert mena wrote: I've checked both /tmp and the session file sess_x in one server is empty and in another has the data. Both $_SESSION are ok (I've checked with a var_dump). Check the permissions on /var/lib/php/session Edward -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Loosing session data between requests

2007-09-06 Thread robert mena
Edward, My session.save_path = /tmp. The sess_X is created but with no contents On 9/6/07, Edward Kay [EMAIL PROTECTED] wrote: robert mena wrote: I've checked both /tmp and the session file sess_x in one server is empty and in another has the data. Both $_SESSION are ok (I've