Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-09-05 : 11:04:01
|
Jeff writes "I am trying to set up my web with a log in that will verify the users against a SQL Server DB table. I then want the users to continue on to the rest of the web including using a shopping cart that ultimately upon checkout provide them with their totals, as well as a form that has their info in it supplied from the DB. I think that the answer is to use session variables, but I am not sure of how to associate the userid with the information from the table and then move that information into the form fields for that specific user. If someone could please help me I would appreciate it. I have found some good articles on session variables, but nothing that is similar to what I am trying to do. I am not sure even if session variables are the way to go?
Thanks in advance for your time." |
|
|
|
|
|