Hi All,
I have a small application for all staff to enter their project information. I created it with ASP.NET forms application - Office 365 authentication, cloud single sign on.
Normally employees take minimum 1 hour to fill the form, by the time application is getting timeout and going for office 365 reauthentication and users are loosing data. users are irritated because of this behavior.
I have done below
In the IIS server Application pool idle timeout - 150
in web. config
executionTimeout="360000"
sessionState timeout="360000"
I have tried auto save on text changed, but this will work if the users are active only, if they keep the session open and come back after 30 minutes it will not work
Any help to resolve this issue.
Srinivasan RamamoorthiPosted Oct 28, 2021, 11:28 AM
Binu THOMASPosted Oct 28, 2021, 9:17 AM
But this approach will keep the session open forever until they close the form. which will increase the server load.
authentication mode is none in my web.config
Srinivasan RamamoorthiPosted Oct 28, 2021, 3:18 AM
Srinivasan RamamoorthiPosted Oct 27, 2021, 8:03 PM
Binu THOMASPosted Oct 27, 2021, 8:02 PM
executionTimeout="360000"
sessionState timeout="360000"
Sachin SinghPosted Oct 27, 2021, 5:54 PM