Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 07, 2013 02:47 AM by Haixia Xie - MSFT
Member
2 Points
11 Posts
Jan 05, 2013 10:00 AM|LINK
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
All-Star
78956 Points
13402 Posts
MVP
Jan 05, 2013 10:21 AM|LINK
Refer
http://www.codeproject.com/Articles/35119/Using-Session-State-in-a-Web-Service
Jan 06, 2013 02:21 PM|LINK
i could not under stand from the artical that how i will get the callers browsersessionid.
Contributor
3031 Points
296 Posts
Microsoft
Jan 07, 2013 02:47 AM|LINK
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.
rajemessage
Member
2 Points
11 Posts
is it posible to find browsersessionid in webservice.
Jan 05, 2013 10:00 AM|LINK
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
mudassarkhan
All-Star
78956 Points
13402 Posts
MVP
Re: is it posible to find browsersessionid in webservice.
Jan 05, 2013 10:21 AM|LINK
Refer
http://www.codeproject.com/Articles/35119/Using-Session-State-in-a-Web-Service
Contact me
rajemessage
Member
2 Points
11 Posts
Re: is it posible to find browsersessionid in webservice.
Jan 06, 2013 02:21 PM|LINK
i could not under stand from the artical that how i will get the callers browsersessionid.
Haixia Xie -...
Contributor
3031 Points
296 Posts
Microsoft
Re: is it posible to find browsersessionid in webservice.
Jan 07, 2013 02:47 AM|LINK
Hi,
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.
Feedback to us
Develop and promote your apps in Windows Store