ERROR:
![enojado](http://static.forosdelweb.com/fdwtheme/images/smilies/enojado.png)
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at c:\apache\htdocs\Prueba_2\correo_php\envia mensajes de tipo correo a usuarios registrados en bdatos mysql\menu.php:5) in c:\apache\htdocs\Prueba_2\correo_php\envia mensajes de tipo correo a usuarios registrados en bdatos mysql\auth.inc.php on line 1
ESTE ES EL ARCHIVO:
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
auth.inc.php
<? session_start();
if (!session_is_registered("user")){
header("location:index.html");
die();
}?>