M
Morten V. Pedersen
Hello
I have a web-service with a web-method where sessionstate=false.
The web method calls a method in another assembly.
Also I have a web-method where sessionstate=true which calls the same method
in the other assembly.
Here I can always access HttpContext.Current, but how do I determine if I
can access HttpContext.Current.Session?
It's in 1.1 framework.
/Morten
I have a web-service with a web-method where sessionstate=false.
The web method calls a method in another assembly.
Also I have a web-method where sessionstate=true which calls the same method
in the other assembly.
Here I can always access HttpContext.Current, but how do I determine if I
can access HttpContext.Current.Session?
It's in 1.1 framework.
/Morten