php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5963 trans-sid breaks javascript links
Submitted: 2000-08-04 13:50 UTC Modified: 2000-08-04 14:18 UTC
From: karajannis at gmd dot de Assigned:
Status: Closed Package: Session related
PHP Version: 4.0 Latest CVS (04/08/2000) OS:
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: karajannis at gmd dot de
New email:
PHP Version: OS:

 

 [2000-08-04 13:50 UTC] karajannis at gmd dot de
trans-sid support shouldn't modify URLs of the form
<a href=javascript:foo()>
(they end up as <a href=javascript:foo()?PHPSESSID=...>, which prevents them from working)

Additionally, the action parameter in a form tag is modified, which 
 -doesn't work
 -isn't standard conforming

Instead, adding a hidden field directly after the form tag would be appropriate.

Thanx

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-04 14:18 UTC] hholzgra@php.net
#1 is already fixed in cvs

#2 (hidden field) i will think about,
   but this is exactly what the old code
   did and i haven't heard any complains about
   it yet 
 
   if you still think this should be changed
   re-issue as a feature request
 [2000-08-04 14:18 UTC] hholzgra@php.net
#1 is already fixed in cvs

#2 (hidden field) i will think about,
   but this is exactly what the old code
   did and i haven't heard any complains about
   it yet 
 
   if you still think this should be changed
   re-issue as a feature request
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC