By pro.shailendra
via dotnet-tricks.com
Submitted: Jan 28 2013 / 23:09
By default, Asp.Net MVC support session state. Session is used to store data values across requests. Whether you store some data values with in the session or not Asp.Net MVC must manage the session state for all the controllers in your application that is time consuming. Since, session is stored on server side and consumes server memory, hence it also affect your application performance.
Add your comment