views:

184

answers:

1

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?

+1  A: 

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

Akash Kava
Does silverlight have the problem that flash has?
Ronnie Overby