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
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 cookie on the clients machine. On the page at www.php.net it