Hi, I need to create a simple login form. I'm supposed to work without a database, and once the login accepts me, I redirect to the home.php page, but you can not directly access home.php . But they told me that it had to be done without a database, which does not fit me, since I know how to control the sessions with php, because I work with a database, but in this case I should not implement it. Any ideas?