由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - A question on authentication and cookie
相关主题
关于asp.net session的弱问题ASP web application 问题请教
The "automatically log me in" optionsecure webservice
internet programming in C#Problem connecting to SQL Server
authenticationHow can .Net Web App get local PC Credentials
about preventing history back in ASP.NET超级脑残的Windows Remote WMI Access authentication
ASP.NET -- helphow to use window authentication in the ASP.net? Thank you!
c# smtpclient's atthenicationDirectory.GetFiles() is not working on client computer
HTTP GET over SSL in C#请问你们的系统用什么手段来防止帐号盗用呀?
相关话题的讨论汇总
话题: cookie话题: question话题: loadfile话题: now
进入DotNet版参与讨论
1 (共1页)
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

1 (共1页)
进入DotNet版参与讨论
相关主题
请问你们的系统用什么手段来防止帐号盗用呀?about preventing history back in ASP.NET
How to logout of windows authentication?ASP.NET -- help
C# HTTP request header parser?c# smtpclient's atthenication
.NET Session State存储失败问题即解决方法HTTP GET over SSL in C#
关于asp.net session的弱问题ASP web application 问题请教
The "automatically log me in" optionsecure webservice
internet programming in C#Problem connecting to SQL Server
authenticationHow can .Net Web App get local PC Credentials
相关话题的讨论汇总
话题: cookie话题: question话题: loadfile话题: now