RE: [PHP] problems with starting session

2003-12-10 Thread Daevid Vincent
You can't print any output before you start the session AFAIK. Daevid Vincent http://daevid.com > -Original Message- > From: obsidianchrysalis [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 09, 2003 3:51 PM > To: [EMAIL PROTECTED] > Subject: [PHP] problems w

[PHP] problems with starting session

2003-12-10 Thread obsidianchrysalis
this code snippet is used to autheticate a user's id. however, it generates errors pertaining to the script not being able to send headers with the session data. // function authenticate() // { // import variables to be read from form import_request_variables