Suppose the user login by entering his or her details
When clicking on Login button, I m setting the session variable
Session["UserName"] = txtUserName.Text;
I want dat when he or she
clicks on sign out(hyperlink)..I want to expire the session, can somebody tell me how to expire the session?
Or there is if any other way to do,what i want.plz tell me!