B
bob garbados
I'm trying to access the Session Object from a vb.net DLL in my asp.net
application.
If I use this code:
System.Web.HttpContext.Current.Session("some_var")
I get this error: BC30456: 'HttpContext' is not a member of 'Web'.
What am I missing?
application.
If I use this code:
System.Web.HttpContext.Current.Session("some_var")
I get this error: BC30456: 'HttpContext' is not a member of 'Web'.
What am I missing?