Article ID: 290899 - Last Review: October 16, 2002 - Revision: 1.1 BUG: XMLHTTP Fails to Send Cookies from a ClientThis article was previously published under Q290899 On This PageSYMPTOMS
The MSXML2.XMLHTTP object does not use cookies per se, but you can use it to send your own cookies from a client to a server. When you use the MSXML2.XMLHTTP object to send your cookies from a client, you may find that your cookies are empty when they arrive at the server. NOTE: Usually a server sends and receives cookies. In this case, you may be submitting cookies from a client so that you do not have to reauthenticate the client. RESOLUTION
To work around this problem, invoke the setRequestHeader method twice for the cookie.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
| Article Translations
|
Back to the top
