Re: [PHP] Session_Start() error

2007-03-05 Thread Jochem Maas
Helder Lopes wrote: > *hi people, > > Hi have this error in the session cookie, how to solve this??? did you read the error message? did you look up the lines specified in the error message? did you read the manual pages related to sessions and session functions? headers have already been sent b

Re: [PHP] Session_Start() error

2007-03-05 Thread datsclark
Also make sure you don't have empty lines before the wrote in message news:[EMAIL PROTECTED] > *hi people, > > Hi have this error in the session cookie, how to solve this??? > > Warning*: session_start() > [function.session-start]: > Cannot send session ca

Re: [PHP] Session_Start() error

2007-03-05 Thread Rabih Tayyem
Hi, just put session_start() (first line) the first thing in your php file and this should solve the problem. Regards, Rabih On 3/5/07, Helder Lopes <[EMAIL PROTECTED]> wrote: *hi people, Hi have this error in the session cookie, how to solve this??? Warning*: session_start() [function.ses

[PHP] Session_Start() error

2007-03-05 Thread Helder Lopes
*hi people, Hi have this error in the session cookie, how to solve this??? Warning*: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\PHP\xampp\htdocs\index.php:10) in *D:\PHP\xampp\h