RE: [PHP] Sessions on Win2k

2004-02-11 Thread Alex Hogan
L PROTECTED] > Sent: Wednesday, February 11, 2004 11:00 AM > To: 'Alex Hogan'; php list > Subject: RE: [PHP] Sessions on Win2k > > On 11 February 2004 16:39, Alex Hogan contributed these pearls of wisdom: > > > Session_start() has to be the first thing at the top o

RE: [PHP] Sessions on Win2k

2004-02-11 Thread Ford, Mike [LSS]
On 11 February 2004 16:39, Alex Hogan contributed these pearls of wisdom: > Session_start() has to be the first thing at the top of the > page before > anything else. Even header info. Er, no. session_start() itself generates headers, so it doesn't matter whether it goes before or after other h

RE: [PHP] Sessions on Win2k

2004-02-11 Thread Alex Hogan
To: php list > Subject: [PHP] Sessions on Win2k > > Hi, > > I've searched the archives and note that many have probelms using session > on > a Win2K server. I am getting a > > Undefined index: sessions in > D:\inetpub\mydomain\www\forms\formmail\formmail.php on l

[PHP] Sessions on Win2k

2004-02-11 Thread Donpro
Hi, I've searched the archives and note that many have probelms using session on a Win2K server. I am getting a Undefined index: sessions in D:\inetpub\mydomain\www\forms\formmail\formmail.php on line 768 error. Line 768 is: session_start(); It works Ok on Linux; is there any "special" Wi