I do a lot of asp.net development and what I remember most from my VB 6 days (traditional asp) is the session variable. In short you had variables that held session data to be used on multiple websites.
In the .NET 2.0 world, I’ve learned to move away from session variables and on...
[More]