FIX: Double GET requests and cookies are lost with Word 2000 or Excel 2000 (185978)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 3.02
- Microsoft Internet Explorer (Programming) 4.0
- Microsoft Internet Explorer (Programming) 4.01
- Microsoft Internet Explorer (Programming) 4.01 SP1
- Microsoft Office 2000
- Microsoft Word 2000
- Microsoft Excel 2000
This article was previously published under Q185978 SYMPTOMS
When Internet Explorer connects to a Web server resource that dynamically
generates Word, Excel, or other Active Documents, Internet Explorer may
send two GET requests for the resource. The second GET usually does not
have session state information, temporary cookies, or authentication
information that may have already been specified for the client.
This bug can affect any local server (EXE) Active Document application
hosted inside the Internet Explorer frame window. It occurs most frequently
with ISAPI, ASP, or CGI applications that adjust the HTTP "Content Type"
header to identify the installed application.
CAUSE
Internet Explorer can sometimes lose information pertinent to a particular
download for an Active Document server (Word, Excel.) When this occurs,
Internet Explorer is able to activate the Active Document server but when
the server attempts to bind to and read the data for the document, Internet
Explorer re-downloads the document from the context of the server.
When the server is an out-of-process local server, the second download is
treated as a new session with the Web server. This is by-design and
comparable to connecting to the server from two open browser instances.
RESOLUTION
To avoid this problem, Web server applications should not rely on
consistent session cookie or authentication information for documents
served in this manner.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in Microsoft Internet Explorer 5.
Modification Type: | Major | Last Reviewed: | 1/20/2006 |
---|
Keywords: | kbHotfixServer kbQFE kbActiveDocs kbBug kbfix kbie500fix KB185978 |
---|
|