php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23597 with php 4.3.1 Netscape- Session Bug
Submitted: 2003-05-12 14:57 UTC Modified: 2003-05-13 17:34 UTC
From: mail at snyware dot de Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.3.1 OS: Win2000prof.
Private report: No CVE-ID: None
View Add Comment Developer Edit
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:
37 + 22 = ?
Subscribe to this entry?

 
 [2003-05-12 14:57 UTC] mail at snyware dot de
I can do what I want, but when i started a simple
session on Netscape 7.0 Release 1, the session don't started !
==============
<?php
  session_start();
?>
<html>
<body>
  <p>
     TEST
  </p>
</body>
</html>
============== only with netscape, opera or ms is okay !???

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-13 17:34 UTC] sniper@php.net
Try updating to Netscape 7.02 first. And if it still fails, submit a bug report to the netscape developers..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 01:01:33 2024 UTC