ID: 27708 Updated by: [EMAIL PROTECTED] Reported By: filipe1 at hotpop dot com -Status: Open +Status: Bogus Bug Type: Session related Operating System: Windows XP PHP Version: 4.3.4 New Comment:
Not a PHP problem. You might work around this by using session_write_close() RIGHT after you set the session vars. Previous Comments: ------------------------------------------------------------------------ [2004-03-25 23:01:35] filipe1 at hotpop dot com Description: ------------ when I try to use my php page (with session) in a frameset page, the session won't work with internet explorer ONLY! I tried everything, but the session just don't record the values! the server is a xitami server, running in a network behind a firewall when open my page in a single window it works PERFECTLY. please help!!! Reproduce code: --------------- <frameset rows="100,600" cols="*" frameborder="NO" border="0" framespacing="0"> <frame src="http://www.google.com" name="FA" scrolling="NO" noresize marginwidth="0" marginheight="0"> <frame src="mypage.php" name="FA" scrolling="NO" noresize marginwidth="0" marginheight="0"> </frameset> Expected result: ---------------- the program mypage.php should work as if it was opened directly in a browser. The most strange is that this ONLY happens in Internet Explorer - the most used browser!!! Actual result: -------------- the session won't register in mypage.php ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27708&edit=1
