First Draft of the Example Files
@@ -0,0 +1,9 @@
<?php
function destroy_session_and_data()
{
session_start();
$_SESSION = array();
setcookie(session_name(), '', time() - 2592000, '/');
session_destroy();
}
?>
The note is not visible to the blocked user.