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

2001-05-04 Thread Shawn Anderson
gt; the session save dir to, it does not take effect. > > > > BTW, all of those directories have read/write/create permissions set. > > > > Shawn > > > > -Original Message----- > > From: Flint Doungchak [mailto:[EMAIL PROTECTED]] > > Sent: Frida

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

2001-05-04 Thread Shawn Anderson
I have both, but the php.ini file say session.save_path = c:\tmp ""Joe Brown"" <[EMAIL PROTECTED]> wrote in message 9curi9$294$[EMAIL PROTECTED]">news:9curi9$294$[EMAIL PROTECTED]... > Do you really have a \tmp directory? > is it c:\tmp or c:\temp? > Which does your php.ini specify? > > ""Svenss

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

2001-05-04 Thread Shawn Anderson
-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... I better clarify that, hehe, but in my php.ini I

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 OoCobra97
I better clarify that, hehe, but in my php.ini I have: session.save_path = /tmp Hello, Im running win2k with iis5, heres what i have in php.ini: /tmp My files are created in my server root, eg. my server files are located in g:\server, and my web docs in g:\server\www and my session

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

2001-05-04 Thread OoCobra97
Hello, Im running win2k with iis5, heres what i have in php.ini: /tmp My files are created in my server root, eg. my server files are located in g:\server, and my web docs in g:\server\www and my session files in g:\server\tmp it seems to work fine for me. Let me know if it works or not. ~Je

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

2001-05-04 Thread Joe Brown
TED]] > 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 correctly? > >

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

2001-05-04 Thread Joe Brown
Do you really have a \tmp directory? is it c:\tmp or c:\temp? Which does your php.ini specify? ""Svensson, B.A.T. "" <[EMAIL PROTECTED]> wrote in message 27E647E5629ED211BF78009027289C6302E73927@mail1">news:27E647E5629ED211BF78009027289C6302E73927@mail1... > > > >-Original Message- > >Fro

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

2001-05-04 Thread Svensson, B.A.T.
What about "c:\\temp" ? >-Original Message- >From: Shawn Anderson [mailto:[EMAIL PROTECTED]] >Sent: Friday, May 04, 2001 7:37 PM >To: Flint Doungchak >Cc: [EMAIL PROTECTED] >Subject: RE: [PHP-WIN] PHP 4.05, IIS5 and session... > > >I have tried c:\

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 Svensson, B.A.T.
/Anders >-Original Message- >From: Shawn Anderson [mailto:[EMAIL PROTECTED]] >Sent: Friday, May 04, 2001 7:05 PM >To: Flint Doungchak; [EMAIL PROTECTED] >Subject: RE: [PHP-WIN] PHP 4.05, IIS5 and session... > > >Hmm, I have actually tried both and neither seems to ha

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

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

2001-05-04 Thread Flint Doungchak
the directory as: C:/temp which I don't think works. -Flint -Original Message- From: Shawn Anderson [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 9:49 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP 4.05, IIS5 and session... Hi there, I am a little new to the whole PHP

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

2001-05-04 Thread Svensson, B.A.T.
>-Original Message- >From: Shawn Anderson >Sent: Friday, May 04, 2001 6:49 PM >but I keep getting the following error: > >Warning: open(/tmp\sess_2cd53ab5183707a5629c02a5ad9da129, . ^ ??? >Can anyone suggest anything? -- PHP Windows Mailing List (http://www.php.net/) To

[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