G
Guest
I have two websites setup on an IIS Server. In the web.config files i have
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false" timeout="120" />
<!-- GLOBALIZATION
This section sets the globalization settings of the application.
-->
Inside of IIS, when you click on the website, you view the properties for a
website, click the Configuration button on the Virtual Directory Tab and
click Options to see the Application configuration, Session State is enabled
with a timeout of 90000 mintues.
The browser session for one website works fine, the browser session for the
other website times out earlier than 120 minutes. How can I troubleshoot
the timeouts ?
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false" timeout="120" />
<!-- GLOBALIZATION
This section sets the globalization settings of the application.
-->
Inside of IIS, when you click on the website, you view the properties for a
website, click the Configuration button on the Virtual Directory Tab and
click Options to see the Application configuration, Session State is enabled
with a timeout of 90000 mintues.
The browser session for one website works fine, the browser session for the
other website times out earlier than 120 minutes. How can I troubleshoot
the timeouts ?