Forum Discussion
Abdelmajid
Helper I
5 years agoPBIRS browser timeout limit
Hello, Is there a default timeout limit for the PBIRS browser session and if there is a way to change that please? Thank you!
Abdelmajid
Helper I
5 years agosevenhills Thanks for the info.
Is the below setting the proper one to end the browser session for the end users if they leave the browser for sometime?
<httpRuntime executionTimeout="9000" requestValidationMode="2.0" />
sevenhills
Super User
5 years agoTypically, Browser session and database query both go hand in hand. That is why I mentioned earlier to increase both.
Yes, that is the value you may have to change to increase the browser session. (Remember, if you change the browser session, and the database query takes more time, then it is of no use.)
You can check more info here:
Hope this helps!