Hey everyone, still learning....and I just have some questions on asp.net. I just learned how to make a basic shopping cart using sessions, and if I wanted a user to be able to store this info and have it still be there when they log back in, would I just create a seperate table for it in my database and have it retrieve the data when they log in? What if people use it a lot and add many items throughout the day, would the cart have to insert a record in the database each time a person makes a change? Are there any performance issues that would result from this?
What other ways are there to do this using asp.net?
Does anyone recommend any books for asp.net? I have the Sitepoint Build your own asp.net website using C# and vb.net, and i'd like to expand some more on the things I learned, thanks in advance for the help.