Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/08/2008, 21:20
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Script no cierra la sesion.

Código PHP:
<?PHP

session_start
();
$_SESSION = array();
              
session_destroy(); 
header("Location: ./confirmasalida.php");

?>
Prueba eso.

Saludos.