From: [EMAIL PROTECTED] Operating system: Windows NT (IIS) & AIX (Apache) PHP version: 4.1.1 PHP Bug Type: Session related Bug description: session handling does not work with IE6
In IE6 we have on some PCs the problem that the session data will not saved: First page: session_start(); $User = "root"; session_register(User); Second page: session_start(); echo "$User"; Now nothing will displayed... :-( This Problem occures only in IE6 an never in IE5.x Stephan -- Edit bug report at http://bugs.php.net/?id=16408&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16408&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16408&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16408&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16408&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16408&r=support Expected behavior: http://bugs.php.net/fix.php?id=16408&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16408&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16408&r=submittedtwice
