Re: [PHP] Challenge: Sessions & Frames

2004-01-26 Thread Chris Shiflett
--- Jonathan Hilgeman <[EMAIL PROTECTED]> wrote: > I -do- use Javascript, client-side scripting to refresh the top frame > when some data has changed and I want the top frame to re-read it. But > SOMETIMES refreshing it will just cause the shared session to split > (which is the main problem I'm ha

Re: [PHP] Challenge: Sessions & Frames

2004-01-25 Thread Jonathan Hilgeman
I understand your point, but I'm not sure that you understood mine. (see below) "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Jonathan Hilgeman <[EMAIL PROTECTED]> wrote: > Regardless of what you mean by that, it should be clear that nothing > except client-si

Re: [PHP] Challenge: Sessions & Frames

2004-01-25 Thread John Nichel
Chris Shiflett wrote: Regardless of what you mean by that, it should be clear that nothing except client-side scripting is going to happen until your browser makes another request. PHP is sitting on the server, twiddling its thumbs. Thumbs? Holy cow, is that a new feature in PHP5? ;) -- By-Tor.

Re: [PHP] Challenge: Sessions & Frames

2004-01-25 Thread Chris Shiflett
--- Jonathan Hilgeman <[EMAIL PROTECTED]> wrote: > I'm running into some weird trouble here. I'm a very experienced PHP > programmer, but I rarely ever deal with framed sites. A client wants > a framed PHP site that needs session data passed between the frames. I think all of your questions would

[PHP] Challenge: Sessions & Frames

2004-01-25 Thread Jonathan Hilgeman
I'm running into some weird trouble here. I'm a very experienced PHP programmer, but I rarely ever deal with framed sites. A client wants a framed PHP site that needs session data passed between the frames. I have index.php which is simply the parent with frameset HTML code that tells the URL for