How to get the cookies in webservice using silverlight application
Posted
by user334223
on Stack Overflow
See other posts from Stack Overflow
or by user334223
Published on 2010-05-06T08:45:27Z
Indexed on
2010/05/06
8:48 UTC
Read the original article
Hit count: 185
Hi,
I have an ASP.Net MVC Application ,from this I pass the .ASPXAUTH cookie to silverlight application .
I am able to get this cookie using HtmlPage.Document.Cookies.Split(';');. Now I want to pass this cookie to my webservice through headers ,so that based on this I can authenticate the user .How can I set in silverlight apllication and then get cookies in webservice .
Thanks in Advance
DNM
© Stack Overflow or respective owner