how access the Session variable in Business Logic Layer
how access the Session variable in Business Logic Layer
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naveen BishtPosted May 26, 2017, 7:53 AM
Milan PrajapatiPosted Nov 19, 2016, 7:39 AM
System.WebNamespacevar sessionData = HttpContext.Current.Session["SessionId"];Ranjit PowarPosted Nov 18, 2016, 4:46 AM