I have a problem to put any data into session variables via forms. Without forms that works fine.
First page - type username, second page - type password, third page - print username and password.
There is listing:
===============================
page1.php
--------------
<?php
session_start()...