Retrieving cookie data through document.cookie (Javascript)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vikram Bhatia

    Retrieving cookie data through document.cookie (Javascript)

    In my web application we are able to store large data in the browser
    cookie keeping in mind the limit of 300 cookies per cookie file, 20
    keys per cookie per domain and 4KB max size of each cookie. We are
    unable to retreive this large amount of data immediately after storing
    through document.cookie in IE browser (The same works fine in
    Netscape).

    Is there any limit on the size of the data that can be retreived using
    document.cookie in IE browser? Could you please suggest a solution to
    this problem I am facing.

    Thank you,

    Regards,
    Vikram Bhatia.
  • kaeli

    #2
    Re: Retrieving cookie data through document.cookie (Javascript)

    And on the day 10 Oct 2003 02:39:27 -0700, vikram.bhatia@w ipro.com
    enlightened us with <84cbbfe7.03101 00139.61cba343@ posting.google. com>...[color=blue]
    > In my web application we are able to store large data in the browser
    > cookie keeping in mind the limit of 300 cookies per cookie file, 20
    > keys per cookie per domain and 4KB max size of each cookie. We are
    > unable to retreive this large amount of data immediately after storing
    > through document.cookie in IE browser (The same works fine in
    > Netscape).
    >[/color]


    Using up all the cookies is not nice.
    Use one cookie or session variable to point to preferences or data
    stored on the server.

    If you insist on cookies, we'd need to see code to know what you're
    doing wrong.

    --------------------------------------------------
    ~kaeli~
    Kill one man and you are a murderer. Kill millions
    and you are a conqueror. Kill everyone and you
    are God.


    ------------------------------------------------

    Comment

    Working...