使用ASP.NET MVC上载(会话和身份验证)

当我对某个动作或uplodify(http://www.uploadify.com/)使用的控制器使用“授权”过滤器时,该动作无法实现...


此外,会话未检索。


我发现这是为了检索用户会话:


http://geekswithblogs.net/apopovsky/archive/2009/05/06/working-around-flash-cookie-bug-in-asp.net-mvc.aspx


但是如何将其与[Authorize]过滤器和检索到的会话一起使用?


狐的传说
浏览 470回答 3
3回答

繁华开满天机

对于VB转换的代码*以<%#而不是<%=开始代码块即var auth='<%# IIf(Request.Cookies(FormsAuthentication.FormsCookieName) Is Nothing, "",&nbsp;&nbsp; &nbsp; &nbsp;Request.Cookies(FormsAuthentication.FormsCookieName).Value)%>';var ASPSESSID = '<%# Session.SessionID%>';
打开App,查看更多内容
随时随地看视频慕课网APP