RE: [PHP] PHP on IIS session problems

2003-03-03 Thread Victor Stan
>; <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 12:54 PM Subject: RE: [PHP] PHP on IIS session problems > Ok, thanks guys for your help, I sort of figured that's the problem, but I > didn't want to touch the ini settings without being sure, and getting some > adv

Re: [PHP] PHP on IIS session problems

2003-03-03 Thread 1LT John W. Holmes
ent: Monday, March 03, 2003 12:54 PM Subject: RE: [PHP] PHP on IIS session problems > Ok, thanks guys for your help, I sort of figured that's the problem, but I > didn't want to touch the ini settings without being sure, and getting some > advice from people that know. Thanks

RE: [PHP] PHP on IIS session problems

2003-03-03 Thread Victor Stan
ed? - Vic -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 10:23 AM To: Victor Stan; [EMAIL PROTECTED] Subject: Re: [PHP] PHP on IIS session problems > I get these errors from a simple "session_start();" script. > > Warning: sess

Re: [PHP] PHP on IIS session problems

2003-03-03 Thread 1LT John W. Holmes
> I get these errors from a simple "session_start();" script. > > Warning: session_start() [function.session-start]: > open(/tmp\sess_f4aa3ef3c537bb6327d5e7b991e91be7, O_RDWR) failed: No such > file or directory (2) in c:\inetpub\wwwroot\picoblog\admin.php on line 2 Do you have a /tmp folder on yo

RE: [PHP] PHP on IIS session problems

2003-03-03 Thread Rich Gray
> I get these errors from a simple "session_start();" script. > > Warning: session_start() [function.session-start]: > open(/tmp\sess_f4aa3ef3c537bb6327d5e7b991e91be7, O_RDWR) failed: No such > file or directory (2) in c:\inetpub\wwwroot\picoblog\admin.php on line 2 > > Warning: session_start() [fu

RE: [PHP] PHP on IIS session problems

2003-03-03 Thread Jon Haworth
Hi Victor, > Warning: session_start() [function.session-start]: > open(/tmp\sess_f4aa3ef3c537bb6327d5e7b991e91be7, O_RDWR) failed: No such > file or directory (2) in c:\inetpub\wwwroot\picoblog\admin.php on line 2 Pay attention to the error messages. This one explains exactly what you're doing wr