hola_--------tengo el dig problema-------necesito desloguear un usuario y redireccionarlo,,,,,hago lo siguiente pero la session sigue cargada......
<?php
session_start();
session_destroy();
//header("Location: ".$PHP_SELF);
?>
<html>
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="2; URL=sesi.php">
<title>>> Log Off</title>
</head>
etc......
Que hago mal?
gracias! charly