Using the Session Object
Tags:
ASP.NET
, 2003
, Beginning
The Session object can be used to store values that are accessible only to a given user's instance of the application. The Session object has changed significantly from its use in "classic" ASP due to its ability to be used across a Web Server Farm and does not require the use of cookies. This video explains and demonstrates the use of the Session object in your ASP.NET Web Form applications.