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
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: akorthaus at web dot de
New email:
PHP Version: OS:

 

 [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

Add a Patch

Pull Requests

Add a Pull Request

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