ID:               18156
 Comment by:       mtv2002 at pisem dot net
 Reported By:      jonny at sanriowasteland dot net
 Status:           Bogus
 Bug Type:         Session related
 Operating System: GNU Linux (Debian Woody)
 PHP Version:      4.0CVS-2002-07-04
 New Comment:

I use Mozilla-1.4 on Windows-98.
I've written a simple script:
 <?php
  session_start();
  $_SESSION['Text']='Some text';
  echo $_SESSION['Text'];
 ?>
On one server (FreeBSD,Apache,PHP-4.22 as CGI) it works as expected
both in IE and Mozilla.
On another server (Linux, Apache 1.3.27, PHP-4.32 as Apache module)
Mozilla does not display output, actually it refuses to transfer it
from the server.
I reported the bug at Mozilla's site (bug #214921), but it seems nobody
knows yet what causes the problem - Mozilla, Apache, PHP or Linux.
Does anybody know the solution?


Previous Comments:
------------------------------------------------------------------------

[2002-08-19 14:41:53] jonny at sanriowasteland dot net

For thoes that are interested, the following bug reports apply to this
issue:

http://bugzilla.mozilla.org/show_bug.cgi?id=150222
http://bugzilla.mozilla.org/show_bug.cgi?id=139879
http://bugzilla.mozilla.org/show_bug.cgi?id=154818

(there are a few more that may, or may not apply.)

------------------------------------------------------------------------

[2002-08-19 08:11:04] erwin at dexus dot nl

So now what?
Does anybody know of a workaround?
I want to be able to give Mozilla-users a session. ;-)

I am not sure wether to post this to PHP or Mozilla gang, but I found
out that AFTER you delete the (first) session in Mozilla by hand,
things seems to work fine.
It's just like the session.expires isn't implemented right for "end of
session" or 0.

------------------------------------------------------------------------

[2002-07-18 07:35:22] jonny at sanriowasteland dot net

After further tesing, it seems this is not a PHP bug, but rather, a
Mzilla bug.

------------------------------------------------------------------------

[2002-07-04 16:48:02] jonny at sanriowasteland dot net

I am using the apache module, with the cvs as of (roughly) 4:00 am.. so
it was the latest cvs ;)

------------------------------------------------------------------------

[2002-07-04 04:33:31] [EMAIL PROTECTED]

Are you using the CGI version of PHP? Then this might have been fixed
in CVS ten minutes ago. Can you try the latest CVS, or a snapshot from
http://snaps.php.net (the fix didn't make it into 200207040000, so
please wait until a next snapshot has been packed).

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/18156

-- 
Edit this bug report at http://bugs.php.net/?id=18156&edit=1

Reply via email to