threadfx Posted January 15, 2002 Posted January 15, 2002 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!
Keith M. Davie Posted January 15, 2002 Posted January 15, 2002 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.
threadfx Posted January 15, 2002 Author Posted January 15, 2002 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.
Recommended Posts
This topic is 8339 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now