Hello There!!
I've written an application using PHP, and this application works fine in Internet Explorer itself.
The problem is that this app also needs to work in another application that opens an instance of Internet Explorer as if it were it's own (like in your text-editor: view in browser, and the editor opens a browser window in it's own frame).
In this other application everything works just fine, except that when I use window.open() to open another popup-window that window seems to have 'lost' the session-id and can therefore not use some important variables contained in the session object. It creates its own unique SID, different from the SID used in the main window.
Passing the main window's SID in the URL for the new window, and setting it there using session_id($session_name) makes no difference... Does this sound familiar?
Any help'd be greatly appreciated!
Maarten Buiter
Radio Netherlands