php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4914 Bad behaviour using --enable-trans-sid
Submitted: 2000-06-08 20:59 UTC Modified: 2000-06-23 07:57 UTC
From: massaro at nextis dot com dot br Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.0 Release OS: Linux
Private report: No CVE-ID: None
 [2000-06-08 20:59 UTC] massaro at nextis dot com dot br
<?php
session_start();
?>

<a href="#top">Top</a>

PHP 4.0.0 outputs

<a href="#top">Top</a>
&PHPSESSID=e18bc7f5eab9003dd544a8383d9e4545"#top">Top</a>

if cookies are disabled in the browser and php was compiled with --enable-trans-sid.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-08 21:04 UTC] stas at cvs dot php dot net
Goes to sessions.
 [2000-06-23 07:57 UTC] hholzgra at cvs dot php dot net
fixed in latest cvs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 14:01:31 2024 UTC