Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Desarrollo\xampp\htdocs\PP\adm\sadmin.php:1) in C:\Desarrollo\xampp\htdocs\PP\adm\sadmin.php on line 1
me explico tengo un index que llama a validacion.php donde ay inicio secion session_start(); y luego
$_SESSION["autentificado"] le asigno el valor segun corresponda luego con un
<script>document.location.href = "../admin.php";</script>
llamo a la pagina admin.php y en esta me figura este error ya nombrado podrian explicarme el por que??
adjunto codigo de las primeras lineas de paguina con dramas
Código PHP:
<?php session_start();
if($_SESSION["autentificado"] == "Administrador")
{
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)