php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6106 transparent SID mangling links
Submitted: 2000-08-11 07:49 UTC Modified: 2000-08-11 07:52 UTC
From: sean at fojar dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.1pl2 OS: Redhat Linux 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sean at fojar dot com
New email:
PHP Version: OS:

 

 [2000-08-11 07:49 UTC] sean at fojar dot com
I've noticed that sometimes PHP mangles links when transparently adding the session ID to the URL.  It seems to insert the session ID into the middle of the URL.

For instance:
<a href="arraytechreport.php">
is turned into:
<a href="arraytechrepoPHPSESSID=XXXrt.php">

I saw this mentioned in a closed bug report for an old version of PHP that said it was now fixed, but I'm running 4.0.1pl2.

Configure options:
--with-mysql --with-sybase-ct=/opt/sybase --with-apxs=/usr/local/apache/bin/apxs --enable-trans-sid

I'm using the stock php.ini-optimized -- the only thing I've changed in it is I turned on register_globals.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-11 07:52 UTC] joey@php.net
Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 22:01:29 2024 UTC