Tema: Logout ayuda
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/03/2008, 10:17
Avatar de jaronu
jaronu
 
Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 16 años, 2 meses
Puntos: 52
Re: Logout ayuda

pues usa este script, a ver si te va mejor:

Código PHP:
<?php
session_start
();
// Borramos toda la sesion
session_destroy();

?>
<SCRIPT LANGUAGE="javascript">
location.href = "principal.php";
</SCRIPT>