![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/11/2003, 20:42
|
![Avatar de carlosechelon](http://static.forosdelweb.com/customavatars/avatar45388_1.gif) | | | Fecha de Ingreso: octubre-2003 Ubicación: campana.baires
Mensajes: 71
Antigüedad: 21 años, 3 meses Puntos: 0 | |
no deslogea la session! 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 |