Gustav Wiberg <mailto:gustav@xxxxxxxxxxxxxx> on Thursday, April 14, 2005 4:00 PM said: > I have built my site into frames. > > I want to transfer a session-variable from my left frame to my right > frame... How do I do this best? Thoughts? You do this best by setting some session data on one page (any page), and then accessing that same data on another page (any page). If both frame sources are within the same domain they both have access to the same session data. Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php