Web parameter: unmaskDeferMillis

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

Parameter

unmaskDeferMillis

Description

Defer the unmasking of a browser window after an unmask request is issued. This parameter relates to how much time the client browser needs to finish rendering after a page is loaded. The client user may feel low application performance if set it to a value greater than 2000. Additionally, this value should not be set to less than 550 milliseconds unless system performance is well characterized.

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

750 milliseconds

Possible values

350-3000 milliseconds

Example usage

<context-param>
  <param-name>unmaskDeferMillis</param-name>
  <param-value>750</param-value>
</context-param>

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients
SSL parameters