Dear Experts,
Our security experts reported that some of the cookies in webtop 16.7.9 based application are not marked as secure in Chrome. we have set the secured_cookies_for_https_only as true in app.xml as shown below,
<security_support>
<secured_cookies_for_https_only>
<enabled>true</enabled>
</secured_cookies_for_https_only>
</security_support>
Cookies are like wdk_sess_cookie_0, d6_wdk_pref0 are still not set as secure in Chrome.
Please let me know why these cookies are not set as secure & what we have to do to make these cookies as secure?