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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Wed Apr 24 03:01:29 2024 UTC