Explain server side state management system.

Answer

The following objects are used to store the information on the server:

- Application State:

This object stores the data that is accessible to all pages in a given Web application. The Application object contains global variables for your ASP.NET application.

- Cache Object: Caching is the process of storing data that is used frequently by the user. Caching increases your application’s performance, scalability, and availability. You can catch the data on the server or client.

- Session State: Session object stores user-specific data between individual requests. This object is same as application object but it stores the data about particular user.

All asp Questions

Ask your interview questions on asp

Write Your comment or Questions if you want the answers on asp from asp Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---