January 15, 200224 yr I need to do a simple login page before doing a search. I would like to use the login name as part of the search after verifying it with a password. My question is, can someone point me to some code snippets for some help in gathering the name and password and then keeping the name constant for the remainder of the session. Thanks!
January 15, 200224 yr You state you intend to keep the name constant throughout. If that is all you will be using, and you use that alone to perform a find, you will have a problem when there is more than one person with the same name. You may find it more advisable to create a unique identifier which can be carried along instead.
January 15, 200224 yr Author The visitor would be logging in by company name, so it would be okay to have more than one user with the same name. Basically it is a database of designs. I want to keep my customers from seeing each other's designs.
Create an account or sign in to comment