We've implement our own Asynchronous Pluggable Protocol handler which we use to load HTML documents into Internet Explorer from our own document store. We need to be able to store and retrieve session cookies using document.cookie
in documents loaded into the browser using our APP.
However, when we set document.cookie
and then check the value, it is always set to an empty string. I guess we need to implement some additional interface but I haven't found any information that might indicate what we are missing.