Web parameter: autoCloseMaskDelay

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

autoCloseMaskDelay

Description

This parameter specifies the delay in seconds before which the mask is automatically closed. This parameter value must be at least 60 seconds. If no value is specified, the default value (180 seconds) is used.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

180 seconds

Possible values

60-300 seconds

Example usage

<context-param>
  <param-name>autoCloseMaskDelay</param-name>
  <param-value>180</param-value>
</context-param>