ID: 23049 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Verified Bug Type: Session related Operating System: REDHAT 8 -PHP Version: 4.3.0 +PHP Version: 4.3.2-RC New Comment:
Tested with latest stable CVS. Previous Comments: ------------------------------------------------------------------------ [2003-04-04 06:43:34] [EMAIL PROTECTED] Write this into a php file // START HERE ////////////////////////// <?php session_start(); ?> <form><textarea><a href=/>ROOT</a></textarea></form> // END HERE ////////////////////////// If you have session.use_trans_sid = 1 session.use_cookies = 0 in php.ini, href=/ will be replaced with href="/?PHPSESSID=8c620e45832e417c14f3458c0a826274" although it is into a textarea. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=23049&edit=1