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.