php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23414 session trans-sid doesn't work with ob-gzhandler
Submitted: 2003-04-29 12:20 UTC Modified: 2003-05-09 07:58 UTC
From: akorthaus at web dot de Assigned:
Status: No Feedback Package: Session related
PHP Version: 4.3.1 OS: Linux 2.4.20
Private report: No CVE-ID: None
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
46 + 37 = ?
Subscribe to this entry?

 
 [2003-04-29 12:20 UTC] akorthaus at web dot de
if I try this code with sesion.use.trans-sid enabled:

<?php
session_start();
?>
<a href="page.php">hello</a>

the sessionID is appended to the link, if I don't accept cookies.

But if I try this:

<?php
session_start();
ob_start("ob_gzhandler");
?>
<a href="script.php">hello</a>

it doesn't work anymore. I know it works with setting of zlib.output_compression, but should that be the only way to do so?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-09 07:58 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 17:01:27 2025 UTC