Saturday, 20 October 2012

destroy session in asp.net c#


 
===========================================
Session["MId"] = null;
=========================================
Session.abadon();

1 comment:

  1. Superb Tips & Tricks Sir. In this Destroy session, there is a spelling mistake Session.abandon(); n missing. kindly rewrite this

    ReplyDelete