httpContext.current在不同的httpRequest 中是变化的
也就是说用httpConext.current.items来保存的数据是不能跨页面传递的。
又有一个新问题了既然说httpContext不能跨页面传递,那为什么httpContext.Current.User.Identity.Name会有登录传来的值呢?
HttpConext.Current.Items是针对当前请求的。
那为什么httpContext.Current.User.Identity.Name会有登录传来的值呢?
暂未解决。。
跟cookie 什么的有关?