How to remove values from Session?

 Posted by vishalneeraj-24503 on 12/23/2013 | Category: ASP.NET Interview questions | Views: 1721 | Points: 40
Answer:

With the help of Remove() static method of Session,we can remove items or values from Session.

For Example:-

Session.Remove("Name");

Where Name is a Key.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response