Re: [PHP] PHP Sessions on Windows

2004-05-12 Thread John W. Holmes
David Mitchell wrote: I first attempted to edit the php.ini so that the session save path was C:\Temp. No matter what I did, the save path always showed up in phpinfo() as /tmp. So I created folder on the root of C: called tmp and everything worked. You were not editing the correct php.ini, then.

RE: [PHP] PHP Sessions on Windows

2004-05-12 Thread Daniel Clark
I think you need to restart PHP to pickup the new php.ini changes. My php.ini is in the windows directory (I believe). >> -Original Message- >> From: David Mitchell [mailto:[EMAIL PROTECTED] >> Sent: 12 May 2004 13:21 >> >> OK, I managed to get it working. >> >> I first attempted to edit

RE: [PHP] PHP Sessions on Windows

2004-05-12 Thread Ford, Mike [LSS]
> -Original Message- > From: David Mitchell [mailto:[EMAIL PROTECTED] > Sent: 12 May 2004 13:21 > > OK, I managed to get it working. > > I first attempted to edit the php.ini so that the session > save path was C:\Temp. No matter what I did, the save path > always showed up in phpinfo

RE: [PHP] PHP Sessions on Windows

2004-05-12 Thread David Mitchell
OK, I managed to get it working. I first attempted to edit the php.ini so that the session save path was C:\Temp. No matter what I did, the save path always showed up in phpinfo() as /tmp. So I created folder on the root of C: called tmp and everything worked. Thanks, Dave -- PHP General Mail

RE: [PHP] PHP Sessions on Windows

2004-05-12 Thread rich
> How does one get sessions working on Windows? I have modified my php.ini > file so that session.save_path = C:\Temp, restarted and Apache. > Still I get > this error message: > > Warning: session_start(): open(/tmp\sess_26310affee160329c9e50f27663f8971, > O_RDWR) failed: No such file or directory

Re: [PHP] PHP Sessions on Windows

2004-05-11 Thread Daniel Clark
Sounds right. Do you have a C:\temp directory? >>How does one get sessions working on Windows? I have modified my php.ini >>file so that session.save_path = C:\Temp, restarted and Apache. Still I get >>this error message: >> >>Warning: session_start(): open(/tmp\sess_26310affee160329c9e50f27663f8

[PHP] PHP Sessions on Windows

2004-05-11 Thread David Mitchell
Hello, How does one get sessions working on Windows? I have modified my php.ini file so that session.save_path = C:\Temp, restarted and Apache. Still I get this error message: Warning: session_start(): open(/tmp\sess_26310affee160329c9e50f27663f8971, O_RDWR) failed: No such file or directory (2)