I have a number of frames within a frameset. I am trying to share some data around these using $session. Specifically in one case I take a users item selection from a list in frame A, and pass it on a flow to frame B which displays the details. Frame B also records the item as a session variable... $session['item']=$_get['item'] ...so that it is available to other pages that the user may link to.
However, the update of the session variable seems to work sometimes but not others, with no pattern to when it works and when it doesn't. My editor (Ultraedit) tells me that the session record is updated every time. But when I look at it soemtimes it is sometimes it isn't.
Any idea what is going on or what I can do to track this down further?
I am using Windows ME, Apache 1.3.22, PHP 4.2.2, MySQL.
Thanks
Jack