Posted by Jasper Bryant-Greene on 10/21/47 11:21
Thomas Bonham wrote:
> Hello All,
> I'm working on session and I'm getting this warning. Maybe someone can
> help fixing this problem. Below is the following code.
>
> Warning:
> Warning: session_start() [function.session-start]: Cannot send session
> cookie - headers already sent by (output started at
> /var/www/html/bonham/cornerstone-data/property/adminlogin.php:2) in
> /var/www/html/bonham/cornerstone-data/property/adminlogin.php on line
> 3
Are you absolutely sure that there is *no* output before the
session_start() in adminlogin.php?
If there is it won't work. Even a space before the first <?php, or a
Unicode BOM, or any kind of output can screw it up.
Jasper
Navigation:
[Reply to this message]
|