A
Andrew
Hello, friends,
Our have a .net 2003 website using c#.net.
We want to let our users to have longer timeout time, and we did in
Web.config:
<authentication mode="Forms">
<forms loginUrl="login.aspx" protection="All" name="Cookie"
slidingExpiration="true" timeout="120" />
</authentication>
hopefully this would allow 2 hours before timeout.
However, it turned out users did not get that long timeout, rather they
still got timeout error like before.
Any reasons and how to fix it? Thanks.
Our have a .net 2003 website using c#.net.
We want to let our users to have longer timeout time, and we did in
Web.config:
<authentication mode="Forms">
<forms loginUrl="login.aspx" protection="All" name="Cookie"
slidingExpiration="true" timeout="120" />
</authentication>
hopefully this would allow 2 hours before timeout.
However, it turned out users did not get that long timeout, rather they
still got timeout error like before.
Any reasons and how to fix it? Thanks.