Reputation: 1317
We have recently configured our Asp.net Web application to support SSL using below code. When we test using Chrome's developer tools, could see Cookies set with Secure flag but in IE 11, secure flags are not set. Which one is correct and How to test properly?
<httpCookies requireSSL="true" />
Upvotes: 0
Views: 3840
Reputation: 298
Internet Explorer:
Upvotes: 2