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
Session_start() has to be the first thing at the top of the page before anything else. Even header info. I just got this answered for me about two weeks ago > -Original Message- > From: Donpro [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 11, 2004 10:20 AM > To: php list > S