cookie does not contain HttpOnly attribute and Secured attribute vulnerability in MVC5 C#
I have added as below still the issue is reported in weekly scan
<system.web>
<httpCookies httpOnlyCookies="true" requireSSL="true" />
</system.web>
please advise