I am facing a problem. I have created two sessions:
Session[\"userid\"] = UserTbl.userid;
Session[\"userType\"] = UserTbl.type;
A single way to remove sessions is setting it to null;
Session["your_session"] = null;