lilu
08-18-2003, 12:01 AM
Hi All,
As I know I can store 4k of data per cookie and 20 cookie per domain in my IE browser. For example if I have 2 cookies, cookie_name1 and cookie_name2, then I can store 8k total data.
But I observed that it stores only 4k of total data per domain. If I try to store more than 4k data, then it behaves very strangely. When I tried to store more than 4k of data then tried to read the cookie using "document.cookie", it returned me null.
I have this problem in case of IE browser only. Netscape Browser works fine if I store more than 4k of data.
Please let me know if there is any limitation in IE browser for cookie size.
Thanks,
Lilu
As I know I can store 4k of data per cookie and 20 cookie per domain in my IE browser. For example if I have 2 cookies, cookie_name1 and cookie_name2, then I can store 8k total data.
But I observed that it stores only 4k of total data per domain. If I try to store more than 4k data, then it behaves very strangely. When I tried to store more than 4k of data then tried to read the cookie using "document.cookie", it returned me null.
I have this problem in case of IE browser only. Netscape Browser works fine if I store more than 4k of data.
Please let me know if there is any limitation in IE browser for cookie size.
Thanks,
Lilu