not true

mine's set to

session.save_path = c:\temp

and it works just fine

but you're right in that the directory has to exist


Dave



-----Original Message-----
From: Rudolf Visagie [mailto:[EMAIL PROTECTED]]
Sent: 18 October 2001 13:00
To: Brian Aitken
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Another [PHP] Simple Session Problem...


On Windows you could try C:\\temp or D:\\temp. (For some reason it picks
it
up with two slashes but not with one).

-----Original Message-----
From: Brian Aitken [mailto:[EMAIL PROTECTED]]
Sent: 18 October 2001 12:22
To: [EMAIL PROTECTED]
Subject: [PHP] Another [PHP] Simple Session Problem...


Hiya

I've got the same problem as the one Rudolf Visagie posted yesterday -
when
I start a session I get the error message:

"Warning:
open(E:\Inetpub\sessions\sess_955aa3bdd517c3a345f29fe1e021d054,
O_RDWR) failed: m (13) in
D:\Inetpub\wwwroot\HATII\admn\php\moss\sc_head.inc
on line 3"

We've tried changing the php.ini file to point to a different session
directory (it was /tmp) but the problem persists.

As far as I'm aware the sessions directory does exist.

Any ideas?

Brian




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