From: Operating system: Windows Server 2003 s2 PHP version: 5.2SVN-2011-02-10 (snap) Package: Session related Bug Type: Bug Bug description:Session Values Lost after header redirection
Description: ------------ Hi, I'm having the session related problem for last one week. I'm using prado framework. It is a normal log in mechanism code. After the successful log in it redirects to my account page. Before redirection all the session values are stored correctly after the redirection (using header) all the session values are automatically made as null. I used all kind of redirection like javascript (window.location), meta (refresh). But i dint get any success. Note: Currently I'm working in PHP 5.2.14, Apache 2.2.8. But the same code working fine in PHP 5.2.1 & 5.2.2 with same apache version. I used Firefox 3.6.12 & IE 7, both have the same issue. Expected result: ---------------- After Redirection all session values should carry the values to my account page Actual result: -------------- All session values are null. -- Edit bug report at http://bugs.php.net/bug.php?id=53982&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53982&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53982&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53982&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53982&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53982&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53982&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53982&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53982&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53982&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53982&r=support Expected behavior: http://bugs.php.net/fix.php?id=53982&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53982&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53982&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53982&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53982&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=53982&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53982&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53982&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53982&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53982&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53982&r=mysqlcfg
