Raja

Raja

  • NA
  • 1.7k
  • 43.4k

Cookie without secure and HTTPOnly flag

Feb 27 2017 12:11 AM
We add Below
<httpCookies httpOnlyCookies="true" requireSSL="true" >
 
But not working and we remove requireSSL given below
 
We add and try  Below codes
 
<httpCookies domain="String" httpOnlyCookies="true|false" requireSSL="true|false" />
<httpCookies httpOnlyCookies="true"/>
<system.web> 
<httpCookies httpOnlyCookies="true" requireSSL="true" lockItem="true" />
</system.web>

But this is also not working how to set cookies for https domain.