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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -