Hi,

According to the PHP manual session_start always returns true.

Ther are times (like when there is a disk full error on the server) that the 
sesison_start will fail because its unable to write the session tmp file.

So shouldnt session_start be able to return false if the file write fails?

Or does it return false but the manual doesnt say so?
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


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

Reply via email to