Re: Session_Start() error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 because output has already been sent,
you can't send headers after output has been sent out - so don't do that.

> 
> Warning*: session_start()
> [function.session-start<http://localhost/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\htdocs\verifica.php* on
> line *3*
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux