Re: [PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Hiroshi Ayukawa
I have the same problem, while I'm using Apache for web server / Win2k. It seems that it depends on "register_globals=On or Off". When the register_globals=On, it works well. But when the register_globals=Off I've got the same situation; session doesn't work. I guess this is a bug of PHP4.1.2/Wi

Re: [PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Wolfram Kriesing
On Tuesday 02 April 2002 15:34, Stephen Phillips wrote: > Hi, > It sounds like you are experiencing a similar problem to one I had. It > seems there are some problems with setting cookies when using IIS, and as I > understand it one of the ways that sessions work is by storing the data in > a

Re: [PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Stephen Phillips
ike" Hope this helps with your problem, Steve. - Original Message - From: "Wolfram Kriesing" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 10:44 AM Subject: [PHP] help please - strange session behaviour on IIS with php4.1.2 > i'v

[PHP] help please - strange session behaviour on IIS with php4.1.2

2002-04-02 Thread Wolfram Kriesing
i've written a simple script, which tests the session behaviour on the IIS, since it didnt seem to work the following script should increase the session-var $testVar and display it but it always stays at the same value can someone explain that? is that a bug? also if i would increase $_SESSION['t