ID: 34305 Updated by: [EMAIL PROTECTED] Reported By: mail at bjanetzki dot de -Status: Open +Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 5.0.4 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-08-30 13:07:05] mail at bjanetzki dot de Description: ------------ While using session trans_sid there is a problem with some url_rewriter tags. Reproduce code: --------------- <?php /*-------- example 1 start (works as expected) --------*/ ?> <html> <body> <a href="/foo.php">bar</a> </body> </html> <?php /*-------- example 1 end --------*/ ?> <?php /*-------- example 2 start (does not work as expected) --------*/ ?> <html> <body> <a href="/foo.php">bar</a> </body> </html> <?php /*-------- example 2 end --------*/ ?> Expected result: ---------------- <html> <body> <a href="/foo.php?sessionID=ee12ddca7d148a9b6c51c490a953a1b6">bar</a> </body> </html> Actual result: -------------- <html> <body> <a href="/foo.php">bar</a> </body> </html> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34305&edit=1
