ASP.NET セッションで奇妙な問題に直面しています。数分ごとに停止し続けます。web.config に変更を加えましたが、問題は解決しません。
web.config:
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<customErrors mode="Off"></customErrors>
<sessionState mode="InProc" timeout="900"></sessionState>
<webServices>
<protocols>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="HttpSoap"/>
</protocols>
</webServices>
</system.web>
IISの設定も変更しました。私は何を間違っていますか?セッションをエンドレスにするにはどうすればよいですか?