Timeout passivation
Timeout passivation in a single-node system allows users to resume work without loss of context after a specific period of no activity, with the possibility that they will have to reauthenticate.
To enable timeout passivation, use the following prconfig.xml setting or Dynamic System Setting:
<env name="Initialization/PersistRequestor" value="OnTimeout"/>
Note:
If the
PersistRequestor
element is not present, the system assumes
OnTimeout
.
To prevent timeout passivation, use the
Never
value:
<env name="Initialization/PersistRequestor" value="Never"/>