Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/12/2006, 02:30
thalx
 
Fecha de Ingreso: abril-2006
Mensajes: 134
Antigüedad: 18 años, 1 mes
Puntos: 0
Pregunta error con session

Hola amigos del foro bueno veran estoy haciendo un sistema y en el utilizo o mas bien quiero utilizar sesiones pero me manda un error bueno 2 errores son los siguientes

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

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

la verdad es que no se por que me este mandando estos errores espero me puedan ayudar ah! por cierto estoy programando el Windows y tengo instalado el WAMP5 1.4.4 miren la pagina que memanda este error pense la estoy probando solo con la instruccion donde se comienza la session es decir solo tengo esto en mi paguina:

<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?
session_start();
?>
</body>
</html>

si me pueden ayudar de ante mano milgracias bytes.