Hello!
I'm trying to make a simple log-in system like this:
Welcome page with a user name and a password box and a "Log-in" button, when the user clicks log-in a cookie (or two, one for each?) is set with the username and password and then the user is moved to a "members only" page where the cookie is checked if the username/password is correct and if it is the page is showed else an error is returned.
Does anyone know how to do this?
Thanks!