ASP.Net WebForms / C# How to access session variable in App_Code class file? - 05.12.1922.12.19 - ErcanOPAK string MySessionValue = System.Web.HttpContext.Current.Session["YourSessionVariable"].ToString(); Related posts:How to set delivery format while using SMTP client in C#?Add blank item at top of dropdownlistDetermine If string contains more than 1 value in C#Converting a List to a comma separated string in C#Define a Default Value when insert New Record From ASPxGridView Post Views: 75