Test: /ext/session/tests/bug74892.phpt - Version 7.3.30        

Bug #74892 Url Rewriting (trans_sid) not working on urls that start with #
Submitted: 2017-07-10 14:30:03 Modified: 2018-04-12 15:57:32
From: drchuck Assigned: cmb
Status: Closed Package: Session related
PHP Version: 7.1.7 OS: Mac OS/X

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ <p><a href="index.php?CollectFairSessionId=sessionidhere">Click This Anchor Tag!</a></p>
002+ <p><a href="index.php?CollectFairSessionId=sessionidhere#place">External link with anchor</a></p>
003+ <p><a href="http://php.net?CollectFairSessionId=sessionidhere#foo">External link with anchor 2</a></p>
001- <p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
002- <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
003- <p><a href="http://php.net?PHPSESSID=sessionidhere#foo">External link with anchor 2</a></p>