A timeout occurs after an interval of inactivity. When a timeout occurs, various system resources are conserved to make them available to others.
PRPC enforces various timeout intervals as follows:
timeout/browser
and timeout/application
entry of the prconfig.xml
file or Dynamic System Settings, apply to interactive users and service requestors respectively. If no processing is initiated during this interval, the requestor session ends or is passivated. See Understanding passivation and requestor timeouts. The default timeout for browser sessions is 1 hour (3600 seconds). For services, the default is 600 seconds. You can override these defaults with other values (in seconds) by adding a configuration setting named prconfig/timeout/browser/default
and a value of 1800 (for thirty minutes). See How to create or update a prconfig setting.When a requestor session ends because an access group, portal, or requestor timeout setting was reached rather than by a logging off, the results depend on the value of the Initialization/PersistUNP
setting in the prconfig.xml
file or Dynamic System Setting. The system can passivate (save) the requestor's state and clipboard, allowing the processing to resume later. The system may challenge users who have not sent input during a period, forcing them to reenter an Operator ID and password.
If you implement authentication through an Authentication Service feature, you can replace the fixed authentication timeout interval with an algorithm of your choosing, defined through an activity.
PRPC provides a standard section, pxSessionTimer, that you can include in a portal harness and configure by setting the TimeOutTime and TimeOutWarning properties. You also need to set the RedirectOnTimeout When rule to True to activate not just the alert, but the correct behavior (ending the session and logging the user out) when the value of TimeOutTime is exceeded.
When pxSessionTimer is included in a portal harness, and the value set in TimeOutWarning is exceeded, a modal dialog appears to alert the user that timeout will occur due to inactivity. A countdown display shows the time until timeout. The user can reset the clock by clicking an OK button included in the section.
lock, prconfig.xml file | |
Understanding passivation and requestor timeouts About Access Groups About Authentication Service data instances About the System data instance |