In the Security pane of the Manager Web Configuration Editor, you define several important settings that influence the security of the Manager web application.
Setting | Description |
---|---|
Staging |
Default configuration of the staging environment. This setting also affects other configuration groups. Permitted values are:
|
Invalid session response delay |
Time in seconds that a client sided request with false session data is blocked. This setting prevents possible "Brute force" access attempts. |
Permit login without cookies |
The application uses session cookies to secure client-server communication. Set this setting to allow user login without cookies. This would be the case, for example, if cookies were forbidden in a company network. NOTE: It is not recommended to enable this setting. |
Close browser window after logout |
Specifies whether the browser window is closed after logging out. If this setting is enabled, the application tries to close the user's browser window after logging out. This function is not supported by every browser or only when the browser prompts. |
NOTE: By default, use of SSL is disabled. SSL can now be optionally enabled. To do this, insert the following entry in the application section of the Manager web application's configuration file (Web.config).
<add key="AllowSSL" value="True" />