ASP.Net WebForms / C# How to access session variable in App_Code class file? - 05.12.19 | 22.12.19 - ErcanOPAK comment on How to access session variable in App_Code class file? string MySessionValue = System.Web.HttpContext.Current.Session[“YourSessionVariable”].ToString(); Read More