php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6920 Trans-sid not following frameset links
Submitted: 2000-09-28 03:44 UTC Modified: 2000-09-28 05:39 UTC
From: mwhite at madriver dot k12 dot oh dot us Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.2 OS: FreeBSD 3.5
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mwhite at madriver dot k12 dot oh dot us
New email:
PHP Version: OS:

 

 [2000-09-28 03:44 UTC] mwhite at madriver dot k12 dot oh dot us
In PHP 4.0.2, which PHP is compiled with -ENABLE-TRANS-SID, it will not append the SID to links in framesets.

In PHP 4.0.1pl2 it would do this correctly, but in 4.0.2 it only seems to follow links which begin with A HREF.

PHP was compiled with the following command line:

./configure \
 --with-mysql=/usr/local \
 --with-apxs=/usr/local/sbin/apxs \
 --enable-trans-sid \
 --with-ldap=/usr/local

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-28 05:39 UTC] sas@php.net
Fixed in CVS. Please try a snapshot from http://snaps.php.net (or if that is down, http://php.net/~sas/ ).
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 00:01:27 2025 UTC