Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/07/2006, 05:27
Browser
 
Fecha de Ingreso: julio-2006
Mensajes: 31
Antigüedad: 17 años, 9 meses
Puntos: 0
No guarda algo

<?
session_register("autentificado");
if ($autentificado !="SI") {
header("Location: index.php");
exit();
}
?>

Me manda a index.php creyendo que no estoy autentificado cuando en realidad lo estoy.Que puedo hacer?