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.
lock, prconfig.xml file | |
Understanding passivation and requestor timeouts About Access Groups About Authentication Service data instances About the System data instance |