First off there are two types of cookies. 'Session' and 'non-session'(creative eh?). The session cookies are only stored in ram, and last untill you shut down the browser window, then they die. The non-session cookies last untill a given date, then they die. You can see non-session cookies by going to \windows\cookies (on 98, if you arent on 98 try searching for 'cookies' and see if you can find a folder). And each cookie is stored as a text file here. Note that these text files arent generated untill you shut down the browser, so its hard to keep refreshing something to see the change. But anyways, this is all mostly pointless as theres a simpler way to do this.

simply type this: javascript:alert(document.cookie); into the address bar at the top of whatever page you want, and it will display all the cookies that page has set on your computer.


And for the 'non-english cookies', A) they might be url encoded, simply run it through the javascript method for that (go look it up.), or whatever. B) it might be encrypted, in which case, unless you know the key, your screwed.

In reply to Re: VVP: Cookies - what is in them? by BUU
in thread VVP: Cookies - what is in them? by vivekvp

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.