I\'m looking for how to view the cookies set using developer tools in IE11. I see an option in network profiling to view cookies being sent back and forth, but this is not r
How about typing document.cookie into the console? It just shows the values, but it's something.