<?
  session_start();
  $_SESSION = array();
  session_destroy();
?>
<html>
<head><title>Session Cleared</title></head>
<body>

<p>Thank you.Your session has been cleared.</p>

<p>Click <a href="prefs-session-demo.php">here</a>to see that this is so.</p>

</body>
</html>