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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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