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 use serial.write() in Arduino.

How to Generate random rows in dataset using c#.net

How to use Format function in Microsoft Dynamics Navision.