<div dir="ltr">Frame 2 is not refreshed after frame 1 gets the cookie. It&#39;s how frames work - independent unless explicitly passed data. You&#39;ll need a javascript over the master frame to refresh on a a frame refresh to capture it or set all cookie in the master frame on initial load.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 26, 2013 at 3:29 PM, Geoffrey Myers <span dir="ltr">&lt;<a href="mailto:lists@serioustechnology.com" target="_blank">lists@serioustechnology.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So, still wrestling with this. Scenario:<br>
<br>
1. Frame of page creates a cookie. Another frame in that page retrieves all cookies, does not see the new cookie.<br>
<br>
2. Totally separate page on another tab creates a cookie. Both frames of other tab see this cookie.<br>
<br>
Why aren&#39;t the cookies created in frame 1 seen by frame 2?<br>
<br>
2nd tab does not see the cookie created by first frame either.<br>
<br>
Cookies are not page specific. What is going on?<br>
<br>
--<br>