当我对某个动作或uplodify(http://www.uploadify.com/)使用的控制器使用“授权”过滤器时,该动作无法实现...此外,会话未检索。我发现这是为了检索用户会话:http://geekswithblogs.net/apopovsky/archive/2009/05/06/working-around-flash-cookie-bug-in-asp.net-mvc.aspx但是如何将其与[Authorize]过滤器和检索到的会话一起使用?
3 回答
繁华开满天机
TA贡献1816条经验 获得超4个赞
对于VB转换的代码*以<%#而不是<%=开始代码块
即
var auth='<%# IIf(Request.Cookies(FormsAuthentication.FormsCookieName) Is Nothing, "",
Request.Cookies(FormsAuthentication.FormsCookieName).Value)%>';
var ASPSESSID = '<%# Session.SessionID%>';
- 3 回答
- 0 关注
- 469 浏览
添加回答
举报
0/150
提交
取消