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.
-
Browse to the location <Install Path>\Web\EnterpriseConsole.
-
Edit the web.config file.
-
Add the following tag.
<system.web>
<httpCookies httpOnlyCookies="true" requireSSL="true" lockItem="true" />
</system.web>
-
Save the file
-
Browse to the location <Installed Path>\Web\CentralConfig.
-
Repeat steps 2 to 4.