User Sessions
HTTP is a stateless protocol.
Multiple HTTP requests are treated
independently.
User Sessions must be implemented on
top of HTTP.
ASP.Net provides 3 ways to deal with
this:
Cookies
Session Variables
Application Variables