G
Guest
Hello,
I have a web application in aspx and vb.net 2003. The users are complaining
about session timeout (10 - 60 minutes). My web config file is set up as:
- <authentication mode="Forms">
<forms
name="ACMS"
loginUrl="frmLogin.aspx"
path="/ACMS"
protection="All"
timeout="3600"
slidingExpiration="true">
</forms>
....
<httpRuntime executionTimeout="36000" />
....
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1; Trusted_Connection=yes"
cookieless="false"
timeout="3600"
/>
I tried to change the timeout configuration in IIS, but I still have the
problem.
Any ideas??
thanks
Paulo
I have a web application in aspx and vb.net 2003. The users are complaining
about session timeout (10 - 60 minutes). My web config file is set up as:
- <authentication mode="Forms">
<forms
name="ACMS"
loginUrl="frmLogin.aspx"
path="/ACMS"
protection="All"
timeout="3600"
slidingExpiration="true">
</forms>
....
<httpRuntime executionTimeout="36000" />
....
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1; Trusted_Connection=yes"
cookieless="false"
timeout="3600"
/>
I tried to change the timeout configuration in IIS, but I still have the
problem.
Any ideas??
thanks
Paulo