<?php session_start (); ?> <form method="GET" action="./form1.php"> <input type="password" name="password1"></input> <input type="submit"></input> </form> <?php echo session_id () . "<br>\n"; echo htmlentities ($_GET ["password1"]) . "<br>\n"; echo htmlentities ($_COOKIE ["Cookie34"]) . "<br>\n"; echo htmlentities ($_COOKIE ["Cookie34a"]) . "<br>\n"; ?>