php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22071 trans_sid: Incorrect query string parameters
Submitted: 2003-02-05 08:48 UTC Modified: 2003-02-05 08:59 UTC
From: jonas at understroem dot dk Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.3.0 OS: All, I suppose :)
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: jonas at understroem dot dk
New email:
PHP Version: OS:

 

 [2003-02-05 08:48 UTC] jonas at understroem dot dk
session.use_trans_sid: In links that contain a query string, the parser adds "&PHPSESSID=9292902". However, the "&" should be written as "&" in order to make it valid HTML.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-05 08:59 UTC] magnus@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

arg_separator.output = "&" in php.ini 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 19 05:00:03 2025 UTC