当前位置:编程学习 > C#/ASP.NET >>

Asp.net MVC 自定义Filter中的session

Asp.net MVC自定义Filter,在OnActionExecuting中操作filterContext.HttpContext.Session["test"] = "test",然后再controller中用response.wirte的方式下载文件,第一个可以下载,第二个就要等前一个下载完成或取消后才可以下载,谁知道为什么?
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,