FIX: ServerXMLHTTP Does Not Return Cookies Using NTLM Authentication (326847)
The information in this article applies to:
- Microsoft Data Access Components 2.7 SP1
- Microsoft XML 3.0 SP3
This article was previously published under Q326847 SYMPTOMS You can use the ServerXMLHTTP object to retrieve and resubmit session cookies. You can retrieve
the cookie from the Response header and resubmit the cookie through the Request
Header. Everything works as you expect when you use the Anonymous authentication method. However, when you use the NTLM authentication method, and you resubmit the cookie, the cookie is lost.
RESOLUTION To resolve this problem, use one of the following methods:
- Method 1: Install MDAC 2.7 Service Pack 1 (SP1). This
contains MSXML 3.0 SP3, which contains the fix. MDAC 2.7 SP1 is available for
download at the following Microsoft Web site:
- Method 2: Install MSXML 4.0 Parser. The MSXML 4.0 parser is
available for download at the following Microsoft Web site: To use MSXML 4.0 change your code from the following Prog
ID:
Msxml2.ServerXMLHTTP.3.0
to the following Prog ID:
Msxml2.ServerXMLHTTP.4.0
STATUS
Microsoft has confirmed that this is a bug in the ServerXMLHTTP component.
It has
been fixed in the latest release of MSXML 3.0 SP3, which is included with MDAC
2.7 SP1.
Modification Type: | Major | Last Reviewed: | 6/6/2003 |
---|
Keywords: | kbbug kbfix KB326847 |
---|
|