Re: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Shawn Anderson
It is currently in c:\winnt\php.ini ""Joe Brown"" <[EMAIL PROTECTED]> wrote in message 9curkt$34g$[EMAIL PROTECTED]">news:9curkt$34g$[EMAIL PROTECTED]... > Where is the php.ini file your editing? > > c:\windows\php.ini? > > ""Sha

Re: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Shawn Anderson
\temp? > Which does your php.ini specify? > > ""Svensson, B.A.T. "" <[EMAIL PROTECTED]> wrote in message > 27E647E5629ED211BF78009027289C6302E73927@mail1">news:27E647E5629ED211BF78009027289C6302E73927@mail1... > > > > > > >-Original Mes

RE: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Shawn Anderson
The other piece of info that may be helpful is that the session file does get created, I just still get the warning: Warning: open(/tmp\sess_7b79cf61fc29e3b9654ca2bb21251b87, O_RDWR) failed: m (2) in c:\inetpub\wwwroot\interface.php on line 28 and line 28 - start_session(); Shawn -Origi

RE: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Shawn Anderson
I tried that and it has no effect at all :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 2:25 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP 4.05, IIS5 and session...

RE: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Shawn Anderson
Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 1:09 PM To: 'Shawn Anderson' Subject: RE: [PHP-WIN] PHP 4.05, IIS5 and session... Shawn, Have your tried define something like: C:\stupiddir to see if the ini file is being read correctl

RE: [PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Shawn Anderson
To: 'Shawn Anderson'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP 4.05, IIS5 and session... 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 whe

[PHP-WIN] PHP 4.05, IIS5 and session...

2001-05-04 Thread Shawn Anderson
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 r