Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/01/2008, 00:29
metalexis
 
Fecha de Ingreso: noviembre-2007
Mensajes: 15
Antigüedad: 16 años, 5 meses
Puntos: 0
Pregunta problema con session_start ()

instale el appserv en mi pc, y en mi localhost intente abrir una pag con este codigo
Código PHP:
<?php
session_start
();
?>
y me tira el siguiente error:

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\sesion.php:9) in C:\AppServ\www\sesion.php on line 10

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\sesion.php:9) in C:\AppServ\www\sesion.php on line 10

alguien sabe porque ocurre?