First Draft of the Example Files
@@ -0,0 +1,8 @@
<?php // sessiontest.php
session_start();
if (!isset($_SESSION['count'])) $_SESSION['count'] = 0;
else ++$_SESSION['count'];
echo $_SESSION['count'];
?>
The note is not visible to the blocked user.