When I set a cookie using below script:
setCookie http://anysite.domain.com name=value
navigate http://anysite.dommain.com/anypage.html
The result is not what I expect. The result should display the same image output in first view and the repeat view - but it doesn’t. The expected image always shows up in the repeat view, but never in the first view.
[attachment=632]
This seems basic and it would surprise me if this is a bug, but I cannot figure out what I am doing wrong. Isn’t it supposed to set the cookie for the first request?
Anyone got any ideas?
Thanks