Advanced Forum Search Results
-
I repply my question in this post because it's allmost the same.
http://silverlight.net/forums/p/12892/67821.aspx#67821
How to get in a ASP.NET page a cookies who was send by the silverlight application?
Thanks to you,
-
Hello,
Can you give more details about comunication with cookies? I try to do that but I need help.
In my Silverlight 2 application : DateTime expires = new DateTime();
expires = DateTime.UtcNow.AddDays(4);
HtmlPage.Document.Cookies = string.Format("{0}={1}; expires={2}, {3} {4} {5} {6}:{7:00}:00 UTC","testResume", ...