IIS设置Session会话时间没作用,请问有什么原因吗,新手请教,谢谢
试一试在站点根目录web.config中设置Session过期时间:
<system.web>
<sessionState mode="InProc" timeout="60"/>
</system.web>