ID:               36459
 Updated by:       [EMAIL PROTECTED]
 Reported By:      muhtarov at oviont dot ru
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: Windows 2000 SP4
 PHP Version:      5.1.2
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.




Previous Comments:
------------------------------------------------------------------------

[2006-02-20 10:39:30] muhtarov at oviont dot ru

Description:
------------
There is problem while adding PHPSESSID to links, which contain \r\n
after some attribute.

Part of my .htaccess file:

php_value session.use_trans_sid 1
php_value session.name "sid"


Reproduce code:
---------------
<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2"
&sid=brvsemsd03-ynw9wn4
style="font: normal 9pt Times New Roman">test</a>

Expected result:
----------------
<a
href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=brvsemsd03-ynw9wn4"
style="font: normal 9pt Times New Roman">test</a>



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36459&edit=1

Reply via email to