hi, guess I shoulda put in some more details on what's happening...
I'm working on a banner server file that gets lists of what IDs to use in each section of a site. These ID's are stored as arrays in session vars.
Every file in the site includes a config file with tests for the existence of these lists to see if they have been generated yet.
Take a look at http://www2.mvsb.com/frame_top.php
This is the 'top frame' file for the internet banking area of the site. I threw in some Javascript to write the PHPSESSID value to the screen.
Now go to http://www2.mvsb.com (the site's home page), and click the netBanking button (top left) to launch the complete frameset.
You'll notice the alert has no value, even though this is exactly the same file.
What I'm wondering if somehow the frame is not able to read the PHPSESSID cookie, or it's getting blown away with each request, or something like that, but I can't find anything anywhere that covers this subject.