Web parameter: unmaskDeferMillis

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

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)

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>