GAS Configuration Reference / Configuration file elements |
The AUTO_LOGOUT_COMPONENT element creates an application auto logout component, which defines a mechanism for triggering and handling auto-logout events. It takes an attribute Id, which specifies the unique identifier for a set of auto-logout definitions. It is this unique identifier that is referenced by an application, providing it with a base set of auto-logout values.
<AUTO_LOGOUT_COMPONENT Id="component_unique_identifier"> <TIMEOUT>timeoutSeconds</TIMEOUT> <!--COMMAND is an optional configuration element --> <COMMAND Timeout="timeoutSeconds"> commandScript </COMMAND> </AUTO_LOGOUT_COMPONENT>
The AUTO_LOGOUT element may contain the following child elements:
<AUTO_LOGOUT_COMPONENT Id="cpn.wa.autologout"> <TIMEOUT>0</TIMEOUT> </AUTO_LOGOUT_COMPONENT>
<AUTO_LOGOUT Using="cpn.wa.autologout"/>
<AUTO_LOGOUT_COMPONENT Id="cpn.wa.autologout"> <TIMEOUT>30</TIMEOUT> <COMMAND Timeout="20">auto-logout-allowed.sh</COMMAND> </AUTO_LOGOUT_COMPONENT>