asp.net - Forms authentication timeout different for IE vs. Chrome/Firefox -
we have asp.net mvc 4 website has been in production several months no problem. until morning, is. of sudden people log in via ie. chrome , firefox both failed. after bit of panicked debugging found log in if set forms timeout from
<forms loginurl="~/login" timeout="30" />
to
<forms loginurl="~/login" timeout="120" />
can tell me why is? nothing has changed in server configuration, , field hasn't been changed in web.config initial deployment.
Comments
Post a Comment