Customizing the timeout warning in an application

You can configure the session timeout warning individually for each application by configuring the optional timeout-warning element.

About this task

Optionally, configure the timeout-warning element in the application configuration XML file, which has the extension .app. If you configure the timeout-warning element in the application, the values takes precedence over both the values that are configured in the system application configuration properties and the default values.

Procedure

Example

The following example demonstrates how to specify values for the timeout-warning attributes:
<ac:timeout-warning title="timeout.title"
user-message="timeout.user-message"
expired-user-message = "timeout.expired-message"
continue-button="timeout.continue"
quit-button="timeout.logout"
timeout="300"
width="580"
height="200"/>