I have a VB 6.0 app that is writing a cookie to the C:\Documents and Settings\UserID\Cookies directory. The cookie I am writing is recognized by the web application that I launch from a VB form which has an IE window on it.
However, if my application is run on another PC and the cookie is written out to the proper cookie directory, the web application ignores the cookie. I read on MSDN that cookies written to a PC from a server can only be read by that server. Is this really true, or is there a work around to this limitation? Thanks in advance.
However, if my application is run on another PC and the cookie is written out to the proper cookie directory, the web application ignores the cookie. I read on MSDN that cookies written to a PC from a server can only be read by that server. Is this really true, or is there a work around to this limitation? Thanks in advance.