Why does ASP.NET need the session object?

The Session object stores information about, or change settings for a user session . Variables stored in a Session object hold information about one single user, and are available to all pages in one application. Common information stored in session variables are name, id, and preferences.

Leave a Reply

Your email address will not be published. Required fields are marked *