I have done very little web programming in the past, so assume I know very little.
How do I persist data from one page to another in my ASP.net application. I tried using public variables but that only works if one computer is accessing the web site.
If computer "A" accesses the web site, I do not want Computer "B" overwriting computer "A"'s variables. What is the best approach.
