Registering a username and session-ing it!
Posted: Wed Nov 19, 2003 2:24 pm
Hello all,
If I would like to have a consumer services section wherein the user would register a username and password, and that person gets registered into the database, and a cookie goes into their computer to remember their username and password, also a sessionID to drag that username accross pages within the site.
How hard would this be to implement and how long do you think it would take?
The reason I want to do this is if someone registers a product, in the DB he/she has their own custID, if on another they register another toy, rather than having another custID, keep the same one.
Is this a good way for them to have the same custID, or is there another way for me to do this?
Thanks
If I would like to have a consumer services section wherein the user would register a username and password, and that person gets registered into the database, and a cookie goes into their computer to remember their username and password, also a sessionID to drag that username accross pages within the site.
How hard would this be to implement and how long do you think it would take?
The reason I want to do this is if someone registers a product, in the DB he/she has their own custID, if on another they register another toy, rather than having another custID, keep the same one.
Is this a good way for them to have the same custID, or is there another way for me to do this?
Thanks