Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

SDL Cookie with Secure Flag

  • Last UpdatedJul 25, 2023
  • 1 minute read

AVEVA Work Tasks uses cookies for various purposes. However, these cookies might be utilized by unauthorized parties and might be prone to security vulnerabilities. Therefore, to secure the cookies, it is recommended to use the httpOnly attribute in case of Http protocol for most of the cookies.

To ensure that the application is more secure, it is recommended to use the https protocol for AVEVA Work Tasks web application.

  1. Browse to the location <Install Path>\Web\EnterpriseConsole.

  2. Edit the web.config file.

  3. Add the following tag.

    <system.web>

    <httpCookies httpOnlyCookies="true" requireSSL="true" lockItem="true" />

    </system.web>

  4. Save the file

  5. Browse to the location <Installed Path>\Web\CentralConfig.

  6. Repeat steps 2 to 4.