Session is the most important state management mechanism for a web application. In ASP.NET we are having two type of state management 1. In Process
- Out Process “In process” is the by default session storage mode for ASP.NET Web application. When it comes under Out Process we can use either of state server or SQL Serverto persist our session d...
No comments yet, be the first one to post comment.