Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/12/2006, 04:49
Avatar de .php
.php
 
Fecha de Ingreso: julio-2006
Mensajes: 481
Antigüedad: 17 años, 9 meses
Puntos: 5
Re: Cerrar sesión

Pero si vas a cerrar sesion con esto es suficiente
Código PHP:
session_destroy();  
setcookie("usNick","x",time()-3600);  
setcookie("usPass","x",time()-3600);  
header("Location: index.html"); 
o no te sirve?
__________________
~~[FiDeLio]~~