Hi,
i want to find out which website is accsssing my web service
and also which browserseesionid is accessiong my web service.
how it is possible.
yours sincerely
First of all, you need explicitly enable session support for each Web method that wants to use session state.
Asp.net uses a cookie that holds a session ID to maintain session state. I'd suggest you check a document.
http://msdn.microsoft.com/en-us/library/aa480509.aspx
Best Regards.
Refer
http://www.codeproject.com/Articles/35119/Using-Session-State-in-a-Web-Service
i could not under stand from the artical that how i will get the callers browsersessionid.