php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7184 session.use_trans_sid problem
Submitted: 2000-10-13 10:44 UTC Modified: 2000-10-16 14:12 UTC
From: fmoreira at imediata dot pt Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.3 OS: Win32
Private report: No CVE-ID: None
 [2000-10-13 10:44 UTC] fmoreira at imediata dot pt
when using session.use_trans_sid and i have links to anchors in the same page, <a href="#anchor"> it converts the link to <a href="?PHPSESSID=adadadadad#anchor"> ...

this makes the link jump to start page of the site...

can you fix this problem verifiing if thi link calls other page or if refers to an anchor in the same page?

Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-16 14:12 UTC] sas@php.net
Yes, anchor links which point to the same page are not changed anymore. Thanks for your report.
 [2003-03-06 20:26 UTC] dmj28 at student dot canterbury dot ac dot nz
Using 4.2

What about links to other pages on the same site? The anchor should go on the end of a url:
/page.php#anchor&PHP_SESS.....

The above prevents the anchor from working!
 [2003-03-26 15:36 UTC] php at 5en1 dot com
I'm using PHP 4.3.1 and this bug is not totally fixed ! when you use link generated by javascript it always put the phpsessid (go to http://www.france-jeunes.net while not accepting cookies, you have a message in a smallwindow appearing on the screen and clic on "R?pondre")
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 02:01:29 2024 UTC