From: marksivuk at yahoo dot co dot uk Operating system: WIN 2000 PHP version: 4.3.9 PHP Bug Type: Session related Bug description: IE 6 page display problems caused bysession_destroy();
Description: ------------ I've found out what seems to be causing the problem with my login page viewed on IE 6. http://www.scottishbusiness.biz/newscotbiz/user.php At the bottom of user.php, when i remove the code below the page displays fine. session_start();session_unset();session_destroy(); but if i keep this code in it causes the page to add the code within a tag as opposed to outwith it. The page will show correctly upon refreshing the page though the error only occurs when the page is first visited. -- Edit bug report at http://bugs.php.net/?id=30842&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=30842&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30842&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30842&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=30842&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=30842&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=30842&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=30842&r=needscript Try newer version: http://bugs.php.net/fix.php?id=30842&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=30842&r=support Expected behavior: http://bugs.php.net/fix.php?id=30842&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=30842&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=30842&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=30842&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=30842&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=30842&r=dst IIS Stability: http://bugs.php.net/fix.php?id=30842&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=30842&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=30842&r=float MySQL Configuration Error: http://bugs.php.net/fix.php?id=30842&r=mysqlcfg
