当前位置: 代码迷 >> ASP.NET >> ASP.NET2.0怎么在Web.Config中设置Session的相关值
  详细解决方案

ASP.NET2.0怎么在Web.Config中设置Session的相关值

热度:1227   发布时间:2013-02-25 00:00:00.0
ASP.NET2.0怎样在Web.Config中设置Session的相关值
ASP.NET2.0怎样在Web.Config中设置Session的相关值,比如保留时间等。

------解决方案--------------------------------------------------------
<sessionState mode= "StateServer " stateConnectionString= "tcpip=127.0.0.1:42424 " sqlConnectionString= "data source=.;user id=sa;password= " cookieless= "false " timeout= "120 " regenerateExpiredSessionId= "true "/>
  相关解决方案