日期:2014-05-17  浏览次数:20465 次

使用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
------解决方案--------------------
引用:
请不要用百度上面搜索来的好么,百度能搞定,我就不会来csdn了
 不是百度不百度的问题,是百度就能解决的问题 还发什么贴。。。。   你看你代码,最基本的if (IsPostBack){ return; }都不加。