摘要: 一般是IIS的session时间设置有问题,如果还不行,解决不了,在在web.config 中加入<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" stateNetworkTimeout="20" cookieless="false" timeout="60" /> 阅读全文
posted @ 2010-12-06 16:49 skykang 阅读(677) 评论(1) 推荐(0)