Hi,
in my php.ini file, there is
[session]
save_path = /tmp

When I try to start a session, I have an error :
Warning: open(/tmp\sess_62626e8e61a06b3f22c4c1bb82a6c92d, O_RDWR) failed: m
(2) in {pathofmyphpfile} on line 31
and
Warning: Failed to write session data (files). Please verify that the
current setting of session.save_path is correct (/tmp)

where is the tmp folder? do I have to create it?

Thanks in advance,
Best regards,

Philippe




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to