ID: 14518 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session related Operating System: LInux 2.4.16 (RH7.2 based) PHP Version: 4.1.0 New Comment:
I developed my stuff using the cvs-version and downgraded my workstation to 4.1.0 Release-Version to verify my code will be working on the live server... [ glad, i did that though ;-) ] To simplify and verify that it's not a stupid bug in my code, i did a simple testcode that works fine on my 4.2.0-dev system, but doesn't work on any 4.1.0 i tried it with. You can have a look for yourself: http://sugar.freepoint.de/session/ the index.php ( source as index.phps ) will start a session and setup one simple var with a value. The link displayed should have a SESSION-ID as a parameter since php is not configured to use cookies ( verify by /session/info.php ) and to use trans-id's. The logical result is that following the link will not have a session thus no value ( page2.php / page2.phps ) Again this code works with cvs on my workstation - my code beeing unchanged. Due to the use of $_SESSION it won't work with older versions of course.. Previous Comments: ------------------------------------------------------------------------ [2001-12-15 21:52:47] [EMAIL PROTECTED] theseer, do you use ob_end_*() in your script? Could you add more details? -- Yasuo ------------------------------------------------------------------------ [2001-12-15 12:05:11] [EMAIL PROTECTED] I can not reproduce this with 4.1.0 ------------------------------------------------------------------------ [2001-12-15 11:46:59] [EMAIL PROTECTED] Can anybody else reproduce this on *4.1.0*? ------------------------------------------------------------------------ [2001-12-14 20:38:46] [EMAIL PROTECTED] Just note: I can not reproduce this with latest CVS. ------------------------------------------------------------------------ [2001-12-14 12:48:23] [EMAIL PROTECTED] I suppose you've verified problem ;) Type = Critical ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/?id=14518 Edit this bug report at http://bugs.php.net/?id=14518&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]