Re: [PHP] solved Re: [PHP] sessions, IE and pop-up windows

2003-06-10 Thread Emma Jane Hogbin
On Tue, Jun 10, 2003 at 10:47:58AM +0100, Ford, Mike [LSS] wrote: > Well, first of all the fact that this solution works means it has nothing to do with > the output buffering setting, nor whether there's a session_write_close() in the > calling script (although that's good practice

RE: [PHP] solved Re: [PHP] sessions, IE and pop-up windows

2003-06-10 Thread Ford, Mike [LSS]
> -Original Message- > From: Kevin Stone [mailto:[EMAIL PROTECTED] > Sent: 09 June 2003 23:54 > > - Original Message - > From: "Emma Jane Hogbin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > > > What ended up working was passing the session ID to the > pop-up window > > "manua

Re: [PHP] solved Re: [PHP] sessions, IE and pop-up windows

2003-06-09 Thread Kevin Stone
- Original Message - From: "Emma Jane Hogbin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 4:21 PM Subject: [PHP] solved Re: [PHP] sessions, IE and pop-up windows > On Mon, Jun 09, 2003 at 03:56:28PM -0600, Kevin Stone wrote: &

Re: [PHP] solved Re: [PHP] sessions, IE and pop-up windows

2003-06-09 Thread Jason k Larson
*woot!* :) I love being right. ;) -- Jason k Larson Emma Jane Hogbin wrote: What ended up working was passing the session ID to the pop-up window "manually" by including it in the function (and thus the URL). emma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] solved Re: [PHP] sessions, IE and pop-up windows

2003-06-09 Thread Emma Jane Hogbin
On Mon, Jun 09, 2003 at 03:56:28PM -0600, Kevin Stone wrote: > I still believe what's happening is the edit script is being executed before > the parent script has died. Are you doing some kind of looping background > process or something that's keeping the parent script from exiting? No. In fact