Ver Mensaje Individual
  #12 (permalink)  
Antiguo 17/07/2010, 15:52
johhan16
 
Fecha de Ingreso: junio-2010
Ubicación: Venezuela, Zulia
Mensajes: 686
Antigüedad: 13 años, 10 meses
Puntos: 55
Respuesta: Quien me ayuda a hacer una funcion para cerrar sesion al estar inactivo

bueno ahora le agregue algo nuevo

Código PHP:
<? include("../inactivo.php"); 
inactivo()
?>
y apenas me conecto me dice el mensaje de javascript

<script type='text/javascript' language='javascript'>
alert('EXPIRO SU SESION')
document.location.href='logout.php'
</script>