Bo Deng wrote:
I just move the web pages from windows to linux. But the session
variable doesn't work. And I found that in the \tmp directoy, it has
sess_****(MD5) file,but with empty contents,just 0 byte.

BTW, I run a linux virtual host under IBM s390. the code works well in windows and other linux systems(not virtual host).
So how to fix it ?

are those session files created by your scripts? Output $_REQUEST[session_name()] and check if /tmp/sess_[the output] exists. Then check if there is enough space on /tmp partition an if quota does not limit the webserver.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to