D*****n 发帖数: 363 | 1 I have a flash control in my aspx page. This control loads a shockwave
movie from my server like this:
LoadFile("http://www.blahlblah.com/GetFile.aspx");
the "getFile.aspx" page picks a movie and write it back. It works fine.
Now I need to enable the form based authentication for my website. By
standard, my server uses a cookie to authenticate each connection. Now
when I run that "LoadFile" method at the client side, does it send the
the cookie (or any cookie for that matter) along with the | c**t 发帖数: 2744 | 2 as it's using http, the cookie will be sent back to server.
【在 D*****n 的大作中提到】 : I have a flash control in my aspx page. This control loads a shockwave : movie from my server like this: : LoadFile("http://www.blahlblah.com/GetFile.aspx"); : the "getFile.aspx" page picks a movie and write it back. It works fine. : Now I need to enable the form based authentication for my website. By : standard, my server uses a cookie to authenticate each connection. Now : when I run that "LoadFile" method at the client side, does it send the : the cookie (or any cookie for that matter) along with the
|
|