1
Answer

Accessing session objects in Web service

Dipankar Sana

Dipankar Sana

13y
1.2k
1

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

 

Answers (1)