Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2006, 09:05
_Radamantis_
 
Fecha de Ingreso: octubre-2006
Mensajes: 34
Antigüedad: 17 años, 6 meses
Puntos: 0
Puedes pasarla una variable al index por get y luego leerla.

if(!isset($_SESSION['autentificado']))
{
header("Location: index2.php?errorusuario=si");
}

En index2.php:
if ($_GET[errorusuario]=="si"]) echo "Autentificate!";