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í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.