
<?php 
session_start();
session_unregister('id');
echo "<script>document.location = 'login.php'</script>";

?>
