How can we disabled session for an ASP.NET Application ?

 Posted by Abhijit Jana on 11/26/2009 | Category: ASP.NET Interview questions | Views: 3746
Answer:

We can easily do it by following configuration in web.config
<SessionState Mode="Off"> in System.Web Section.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response