Hello everyone!
I have a question about secure pages in PhP and MySQL that I cannot seem to answer on my own. I have created multiple password protected pages before where the user has to enter a username and password. That part I understand. The question I have is this:
Once the user logs into the page once, it seems that they have access to that page any time they want, without ever having to sign in again. Instead of going to the login page, they can simply enter the URL of the supposed “secure” page and that is that. I cannot figure out how to make it to where they cannot bypass the login process.
Does anyone out there have any help for me?
I would greatly appreciate it.
Thanks
– Dan