From: filipe1 at hotpop dot com Operating system: Windows XP PHP version: 4.3.4 PHP Bug Type: Session related Bug description: Session error in frameset page
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 bug report at http://bugs.php.net/?id=27708&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27708&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27708&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27708&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27708&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27708&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27708&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27708&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27708&r=support Expected behavior: http://bugs.php.net/fix.php?id=27708&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27708&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27708&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27708&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27708&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27708&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27708&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27708&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27708&r=float
