一般是IIS的session时间设置有问题,如果还不行,解决不了,在

在web.config 中加入

<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424"
   stateNetworkTimeout="20" cookieless="false" timeout="60" />

相关文章:

  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-06
  • 2021-06-01
  • 2021-11-28
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案