Hi,

the path /tmp\sess_25db9216cc993bf4a6c2051981a339f5 can't exists on a windows platform !
Try to set the session save_path to a correct value.


ie:
        session.save_path = c:\temp (in php.ini)
or
        session_save_path('c:\\temp'); (in your code)

assuming that c:\temp realy exists on your machine.

Regards,
Eric




At 19:45 03/11/2003, Gerardo Rojas wrote:
Make sure that the temp directory exists, where the session data is stored.


-- Gerardo S. Rojas mailto: [EMAIL PROTECTED]


-----Original Message----- From: servidor [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 12:28 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP4 + windows 2003 server


Hi!


PHP4 + windows 2003 server + Apache4 works fine??
I have trouble with sesions,
*********************************************
(Warning: session_start() [function.session-start]: open
(/tmp\sess_25db9216cc993bf4a6c2051981a339f5, O_RDWR) failed:
*********************************************

I test in Windows XP and all is OK.

thanks

Lazaro

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

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

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



Reply via email to