Thread: Can't logout .
View Single Post
  #3  
Old 11th February 2010, 16:24
franky2008's Avatar
franky2008 franky2008 is offline
Senior Member
 
Join Date: Nov 2008
P2P
Posts: 22
Default no
is not from cookies . I've delete them all , but the same error.
PHP Code:
<?

require_once("include/tracker.php");

dbconn();
loggedinorreturn();

if (
$CURUSER[id]==$_GET[id]) {
    
logoutcookie();
    
session_destroy();

    
//header("Refresh: 0; url=/");
    
Header("Location: $BASEURL/");
}

?>
this is my logout.php
any suggestions ?
Reply With Quote