Good day to all.
I can not deal with the cookies (IE fucking - I'm sorry).
How normal, i.e. usually, (name_kukis = "data") view cookies from IE?
By the address:

C:\Users\I_CaR\AppData\Roaming\Microsoft\Windows\Cookies\

Left only index.dat, but still, when checking cookies, they are entered somewhere, but where and how can they look in the normal format? IE debugger shows

Cookie Information - file:///D:/Folder/site_tmp/index.html

I know myself about another walker (Opera perfectly shows cookies), but the site doesn’t work in Opera, I ’m scribed a lot ( not to be confused with it ;) ) on JS under IE7-8.

    2 answers 2

    In a word it turns out that neither how ...
    Output: write in the code - javascript:alert(document.cookie); in every script.
    Conclusion: IE is a poor browser in terms of debugging (IMHO).

      If the server language php, you can

       var_dump($_COOKIE); 

      or

       <!-- <?php var_dump($_COOKIE); ?> --> 
      • Thank. But precisely that everything on JS without the use of PHP. - I_CaR
      • you never will see cookies from third-party sites. - I_CaR