php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16767 session_start with mod_gzip issue
Submitted: 2002-04-23 15:21 UTC Modified: 2002-04-26 00:15 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: paul at dostuff dot net Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.1.2 OS: Redhat Linux 7.2
Private report: No CVE-ID: None
 [2002-04-23 15:21 UTC] paul at dostuff dot net
Not sure if this is a bug in PHP, but it after some of the symptoms I've experienced, this is all I think it could be. With a server running Apache 1.3.24 (also tried 1.3.22 and 1.3.20) and mod_gzip/1.3.19.1a and PHP 4.2.0 (also tried 4.1.2), PHP pages that do not utilize the session_start command will load fine. However, the moment I put in the session_start command while using mod_gzip, the site will no longer load properly in Netscape 4.x and ONLY Netscape 4.x. It still works in all other browsers. Perhaps this is too trivial, and perhaps it's not PHP, but I want it to work!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-23 15:42 UTC] paul at dostuff dot net
I just want to make this clear that all other files work fine with mod_gzip and PHP files that DON'T create user sessions work fine. It is when I begin to work with user sessions (i.e. call 'session_start()') that things stop working fine.
 [2002-04-26 00:15 UTC] paul at dostuff dot net
I'm going to attribute this to a bug with Netscape and mod_gzip and cookies. Case closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 10:01:29 2024 UTC