ID: 8619 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Assigned To: Comments: Please check the php.ini-dist which comes with the package. There is a new directive: url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry" Add 'img=src' and you'll get the desired behaviour. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-01-09 14:38:59] [EMAIL PROTECTED] In 4.0.4 the <SID> is not inserted into the HTML code at the <img> tag when compiled with --enable-trans-sid. While 4.0.3pl1 generated following code and included the SID at the <img src> tag: <a href="bpict.phtml?art=1&size=large&USLSESSID=f24cdd3279f4a89ee2448b412f28a72d" target="_blank"> <img src="pict.phtml?art=1&size=small&USLSESSID=f24cdd3279f4a89ee2448b412f28a72d" border="0"></a> Version 4.0.4 generates following output: <a href="bpict.phtml?art=1&size=large&DEVCNM=4e48bb6c6639ad457f32588d148cf6f9" target="_blank"> <img src="pict.phtml?art=1&size=small" border="0"></a> and does not insert the SID at the <img src> tag. --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=8619 -- 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]