Forum Moderators: DixonJones
The cookie is only written by the doorway page, the actual content page cannot write the cookie, because it's loaded in frames. The request for cookie information happens on the contentdomain's contactpage, but I cannot read any information because there's no cookie on that domain....
Maybe it's quite a different case, but maybe somebody has got an idea to solve this...
JavaScript sample:
<SCRIPT LANGUAGE="JavaScript">
document.cookie="foo=bar; path=/; expires=Mon, 01-Jan-2001 00:00:00 GMT";
</SCRIPT>