RE: [PHP] calling session_start()

2002-09-29 Thread John W. Holmes
> -Original Message- > From: Børge Strand [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 29, 2002 1:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP] calling session_start() > > > Hi All, > > When does session_start() have to be called? I have the following > setting: > > A bunch

Re: [PHP] calling session_start()

2002-09-29 Thread debbie_dyer
session_start() has to be called on every page where you want to use the session, before you try referencing it - you also have to call it before outputting anything else (you must be doing it after and this is what is causing your error) - Original Message - From: "Børge Strand" <[EMAIL