Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/07/2010, 09:34
kirst
 
Fecha de Ingreso: septiembre-2009
Mensajes: 230
Antigüedad: 14 años, 7 meses
Puntos: 2
Respuesta: session_destroy()????

NO hace falta especificar la session:

cerrar.php
Código PHP:
<?php
    session_unset
();
    
session_destroy();
    
header("location:../index.php");
?>