Shawn,

You php.ini file should have something like:

; Argument passed to save_handler.  In the case of files, this is the path
; where data files are stored.
session.save_path = C:\temp

where C:\temp exists and I_USER_machinename has read/write permissions. It
looks like you may have defined the directory as:

C:/temp

which I don't think works.

-Flint


-----Original Message-----
From: Shawn Anderson [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 04, 2001 9:49 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP 4.05, IIS5 and session...


Hi there, I am a little new to the whole PHP world and have started playing
with it recently. I am trying to get the session thing working but I keep
getting the following error:

Warning: open(/tmp\sess_2cd53ab5183707a5629c02a5ad9da129, O_RDWR) failed: m
(2) in

and I don't know why. I have set read/write permissions on the directory
that the sessions are stored in, and I have even tried changing this
directory (which does not seem to work). Can anyone suggest anything?

Shawn



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