Session variables are apparently not working for me. I don\'t know what I\'m doing wrong. This is the code that I\'m using to check for a valid password:
You know that you've got to write session_start() before you use the $_SESSION variable in any request, right? It looks like you haven't put it in index.php anywhere.