[PHP] Re: session_start() in php.ini does not work on Microsoft IIS

2003-01-07 Thread Scott Fletcher
Hi Fella! I found the problem and fixed it. I only have one php.ini which is found under 'c:\winnt\'. What happen was that a couple of months ago, someone in my company without my knowledge had made a backup copy of php.ini and put it into hte D:\ drive. So, IIS for some reason didn't go to

[PHP] Re: session_start() in php.ini does not work on Microsoft IIS

2003-01-06 Thread Scott Fletcher
Actually, the problem is not the session_start() or hte php.ini. For some reason, IIS had started to forget that this php.ini is there. So, any changes to the php.ini I made does not affect the website after stopping, starting and rebooting IIS. "Christoph Grottolo" <[EMAIL PROTECTED]> wrote in

[PHP] Re: session_start() in php.ini does not work on Microsoft IIS

2003-01-06 Thread Christoph Grottolo
Scott Fletcher wrote: > $salt="C4155DDAF13A529594FB7C2541F4D4C7"; > session_start($salt); >> > > This is the error messages > > --clip-- > Warning: open(/tmp\sess_C4155DDAF13A529594FB7C2541F4D4C7, O_RDWR) > failed: m (2) in D:\DealPack\... on line 24 > > Warning: open(/tmp\sess_C4155D