string MySessionValue = System.Web.HttpContext.Current.Session["YourSessionVariable"].ToString();
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
string MySessionValue = System.Web.HttpContext.Current.Session["YourSessionVariable"].ToString();