Jeepers
08-08-2003, 12:47 PM
Hi all
I've been avoiding this for about a year as I don't understand it at all.
A user will enter their username and password, it will then be checked against a database stored on the server, if correct then continue else ask again or create new user etc. That is no problem.
I also want to check if they have logged on before, if so then check the details held in a cookie against the database and continue if found else ask for login details etc.
I assume all the storing of their username and password will be done by cookies on the client computer. Could someone please give me an idea of how to create, query and act upon the cookies. I really have no idea so not too technical please.
Thanks alot.
I've been avoiding this for about a year as I don't understand it at all.
A user will enter their username and password, it will then be checked against a database stored on the server, if correct then continue else ask again or create new user etc. That is no problem.
I also want to check if they have logged on before, if so then check the details held in a cookie against the database and continue if found else ask for login details etc.
I assume all the storing of their username and password will be done by cookies on the client computer. Could someone please give me an idea of how to create, query and act upon the cookies. I really have no idea so not too technical please.
Thanks alot.