Web parameter: secureLogin

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

Parameter

secureLogin

Description

This parameter controls the encryption of network communication between the Web application server and the web browser. Enabling this parameter causes web browsers to use SSL connections to the web application server.

Note To use secure login, you must enable SSL connections on the web application server. We recommend that you not disable secure login.

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

true

Possible values

true (Enabled)

false (Disabled)

Example usage

<context-param>
  <param-name>secureLogin</param-name>
  <param-value>true</param-value>
</context-param>

Related topics

System parameters
Web tier parameters

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients
Web parameter: sslPort