When using flash to upload a file to a web server, it sends cookies from IE only. This breaks things like session and FormsAuthentication in ASP.NET.
Does silverlight have this problem?
When using flash to upload a file to a web server, it sends cookies from IE only. This breaks things like session and FormsAuthentication in ASP.NET.
Does silverlight have this problem?
I found this article, it may help,
http://www.silverlightshow.net/items/Cookies-in-Silverlight-Web-Requests.aspx
It says that cookies are transfered automatically, and if it does then it will not break FormsAuthentication