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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 02:01:31 2024 UTC