RE: [PHP] session control query

2003-10-03 Thread Angelo Zanetti
thats pretty much a golden rule of sessions =) -Original Message- From: Veniamin Goldin [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 12:41 PM To: STONE Steven Cc: php mailing list Subject: Re: [PHP] session control query Hi, session_start(); must be a very first line of

Re: [PHP] session control query

2003-10-03 Thread Veniamin Goldin
Hi, session_start(); must be a very first line of script. Before any html output. Regards, Veniamin SS> Hi there, SS> I'm currently working on a user login script. I'm using session SS> variables. Everything seems to be working fine but I continually get the SS> following warnin

[PHP] session control query

2003-10-03 Thread STONE Steven
Hi there, I'm currently working on a user login script. I'm using session variables. Everything seems to be working fine but I continually get the following warning message when I run the programs: Warning: Cannot send session cache limiter - headers already sent (output started at c:\phpdev\ww