How to delete all the session in asp.net

For deleting  or clear all the session write code :

Session.Abandon();
Session.Contents.RemoveAll();

See Also : Follow Me On Facebook

--
/\/ir@\/  <(.'.)>

Comments

Popular posts from this blog

How to get column value from the selected row in data grid in wpf c#.net

How to make and use web service in Microsoft Dynamics Navision.

How to use Format function in Microsoft Dynamics Navision.