标签:
打开global.asax.cs 文件,增加如下代码
protected void Application_PostAuthorizeRequest()
{
HttpContext.Current.SetSessionStateBehavior(System.Web.SessionState.SessionStateBehavior.Required);
}
标签:
原文地址:http://www.cnblogs.com/zjsct/p/4699639.html