Document.Cookie Property Returns an Empty String (820536)



The information in this article applies to:

  • Microsoft Internet Explorer (Programming) 6.0

SYMPTOMS

When you use client-side code (the Document.Cookie property) to write cookies, and then use the same method to retrieve the cookies, you may receive an empty string or the following error message:
ERROR_INSUFFICIENT_BUFFER

CAUSE

This problem may occur if the total size of the cookies that are stored in your domain is 4,096 bytes or greater. This is a limitation in the current version of Mshtml.dll.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

To see that the cookies actually exist even though the Document.Cookie property cannot retrieve them, follow these steps:
  1. Start Internet Explorer.
  2. On the Tools menu, click Internet Options.
  3. On the General tab, click Settings.
  4. In the Settings dialog box, click View Files.

Modification Type:MinorLast Reviewed:9/9/2003
Keywords:kbprb KB820536 kbAudEndUser