Thursday, November 15, 2012

How to access session variables from anywhere in ASP.NET?


By full path like this:
System.Web.HttpContext.Current.Session["sessionVarName"];

No comments:

Post a Comment