I have a strange problem writing cookies.
A demo is running at
http://www.aspirenet.com/frame.cfm
Here's the thing, 3 CFM pages, frame.cfm --> frame2.cfm
--> frame3.cfm
Frame.cfm sets up a frame and passes a LP variable in the URL
to frame 2
Frame2.cfm writes a cookie, and uses METAREFRESH to go to
frame3.cfm
Frame3.cfm --> displays the cookie
it all works, unless, the first page frame.cfm is on a
different domain, when it gets to the last page, the cookie is not
present,
Even though on frame2.cfm I CFABORT it and find that the URL
variable does indeed exist
Is this a possible CF bug?
Thanks
Mark