Can't acces System.Web.HttpContext.Current.Session
I have a web service where I am using System.Web.HttpContext.Current.Session. If I post an xmlrequest using an aspx page, I can referrence the Session value, but If I am posting it from say a vbs file, I cannot see the Session. What am I missing? The class which has has this code has a reference to the System.web and the web.config file in the application has the Session support turned on.
Thanks
|