Is there a direct way to test the value of the Secure Attribute in Encrypted Session (SSL) Cookie, for example, by using IE 11? I need to ensure that the Secure Attribute is set to "True"....
NOTE: I programmed the answer to How can I set the Secure flag on an ASP.NET Session Cookie? in the web.config of my ASP.net-MVC project. The answer can be found here:
How can I set the Secure flag on an ASP.NET Session Cookie?
However, I want to know how to directly test the result (i.e. in IE -- always wanted to say that!) without just relying on the web.config being correct.
Thanks.