Ver Mensaje Individual
  #13 (permalink)  
Antiguo 25/03/2014, 15:50
Avatar de oscard41
oscard41
 
Fecha de Ingreso: mayo-2012
Ubicación: Caracas
Mensajes: 288
Antigüedad: 12 años
Puntos: 8
Respuesta: Problemas con Session

disculpa en el if falto el NOT

Código PHP:
Ver original
  1. if(!array_key_exists("auth",$_SESSION)){
  2.     header("Location: ../Login/index.php");
  3.     exit();
  4. }