From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.2.2 PHP Bug Type: Session related Bug description: Session Variables are not passed using URL refresh
Hello, I recognized the following problem on the server of my provider using PHP 4.2.2: I register session varibles in my script and use URL-refresh to link to the next php-script. URL refresh in html: <meta http-equiv="refresh" content="0; URL=http://www.test.com/test.php"> The same error occurs using "onLoad" and link via JavaScript. What happened? The session was not passed to the next script, but it works fine with normal hyperreferences. I haven't seen this problem before! I run PHP 4.2.1 in the office on Win and IIS with the same session configurations in PHP and it works fine. Is this a problem of PHP 4.2.2 in general? Thank you! Best regards, Rudolf -- Edit bug report at http://bugs.php.net/?id=20820&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20820&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20820&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20820&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20820&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20820&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20820&r=support Expected behavior: http://bugs.php.net/fix.php?id=20820&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20820&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20820&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20820&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20820&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20820&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20820&r=isapi
