Accessing session objects in Web service
Hi All,
I want to access session objects of the current request through the web service.
I have set the enable session attribute also.
[WebMethod(EnableSession=true)]
But in spite of this, I am getting null values for the all the session variables. Infact there is no session keys left in it.
How to tackle this issue.
Thanks,
Dip