Probably you are using windows. In the php.ini there is a setting where session files 
have to be stored. The default is /tmp
which under windows is relative to the current drive where is php installed. I see 
that you changed this parameter. I think that
there is no such directory /Temp on the drive where PHP resides(create it). Check for 
that. 

Best regards,
Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS

----- Original Message ----- 
From: "Kevin Ruiz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 27, 2001 4:32 PM
Subject: [PHP-DB] Newbie help with cookies/sessions


> I'm new to the PHP and Mysql world and I hope I have an problem that can be
> answered quickly.  It seems simple but who knows.
> 
> Whenever I try to use cookies or start a session I get the following error:
> 
>         Warning: open(/Temp\sess_ba759cb3d78fadb70745ca480f1d8661, O_RDWR)
> failed: m (2) in Unknown on line 0
>         Warning: Failed to write session data (files). Please verify that
> the current setting of session.save_path is correct (/Temp) in Unknown on
> line 0
> 
> I tried checking the session.save_path setting the php.ini but I'm not sure
> if this has to saved to a specific directory or just a valid directory.
> 
> Any help would be greatly appreciated.
> 
> Thank you.
> Kevin
> 
> 
> 
> -- 
> 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]
> 
> 


-- 
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