使用HttpModule重写URL后无法使用Session,已设置Page跟配置文件,还是无效,求解
上面提示的地方,都已经修改,但是还是没用:
<%@ Page EnableSessionState="True" 。。。>
<!--网址重写的配置-->
<httpModules>
<add name="html" type="HttpModule" />
<remove name="Session" />
<add name="HtmlSession" type="System.Web.SessionState.SessionStateModule" />
</httpModules>
<!--网址重写的配置结束-->
HttpModule?
重写URL
------解决方案--------------------HttpContext.Current.Session
------解决方案-------------------- 不是百度不百度的问题,是百度就能解决的问题 还发什么贴。。。。 你看你代码,最基本的if (IsPostBack){ return; }都不加。