Thursday, October 8, 2009

Session Removing

string mid = "satheesh";
//*************clear the session of the mid

Session[mid] = null;
Session.Remove(mid);
Session.Contents.Remove(mid);
//************************************************

No comments:

Post a Comment