I seem to be having a problem with sessions and frames, I use session_start(); on two pages in two different frames, i think display the session_id(); on each page and they are different, if i refresh one of the pages it takes on the session_id of the other page.
Is there anyway to make them both use the same session from the start?