RE: PHP4 + windows 2003 server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: grojas@strategicinc.com


-----Original Message----- From: servidor [mailto:servidor@inisav.cu] Sent: Monday, November 03, 2003 12:28 PM To: php-windows@lists.php.net Subject: 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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux