HI ,
When I try to logout using the following code in IE it for some reasons just loops and loops and loops and wont stop.
<?php $_SESSION = array(); session_destroy(); ?>
<meta http-equiv="refresh" content="0;index.php">
Still getting some error's with this.
It seems that in IE it keep refreshing every second if I change 0 to 20 its every 20 seconds but the thing is it does not get to index.php it says on the current screen which is logout.php