Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Timeout Error message when system kept idle for some period

SA-6123

Summary



When system is kept idle, and then the application is accessed after a period of time we are getting a timeout error and application cannot be accessed. And user needs to re-login.
We do not receive any message popup asking for credentials to login again.

Error Messages



The website cannot display the page or Application is not working.


Steps to Reproduce



When system is kept idle, and then the application is accessed after a period of time we are getting a timeout error and application cannot be accessed. And user needs to re-login.
We do not receive any message popup asking for credentials to login again.


Root Cause



The root cause of this problem is an error/omission in product documentation.
Below setting was used :


env name="initialization/persistrequestor/usepagelevelpassivation" value="false" />

<env name="Initialization/PersistRequestor" value="Never"/>

<env name="timeout/browser" value="900" />

But this is making browser timeout but not persisting the requestor.
Once the user is timing out, session is not available and user is getting the error.


Resolution



This issue is resolved by making the following change to the PRPC operating environment:


<env name="Initialization/PersistRequestor" value="OnTimeout"/>

<env name="timeout/browser" value="900" />

Published January 31, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us