<html>
<head><title>Session Demo</title></head>
<body>
<p>Please log in:</p>
<form action='session2.php' method='post'>
<p>User Name: <input type='text' name='username'><br/>
Password: <input type='password' name='passwd'><br/>
<input type='submit' value='Log In'></p>
</form>
</body>
</html>