Tema
:
session_destroy()????
Ver Mensaje Individual
#
3
(
permalink
)
24/07/2010, 09:34
kirst
Fecha de Ingreso: septiembre-2009
Mensajes: 230
Antigüedad: 15 años, 4 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"
);
?>
kirst
Ver Perfil
Buscar todos los Mensajes de kirst