Hi!
How to access session variable in the class?
Thank you.
How to access session variable in the class?
Ask by Anonymous User
Updated 15 Oct 2010
You can simply use: System.Web.HttpContext.Current.Session
strSessionName= Convert.ToString(httpcontext.current.session["SessionName"]);