php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4311 ISAPI + Sessions
Submitted: 2000-05-04 01:37 UTC Modified: 2000-07-11 05:29 UTC
From: martin dot widmann at ideefix dot net Assigned:
Status: Closed Package: Session related
PHP Version: 4.0 Release Candidate 1 OS: Windows 2000 Professional / IIS
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: martin dot widmann at ideefix dot net
New email:
PHP Version: OS:

 

 [2000-05-04 01:37 UTC] martin dot widmann at ideefix dot net
There seems to be a bug in the ISAPI-Module which prevents the server from sending any data back to the browser as soon as session_start() is called? 

My test data: 
<pre> 
<?php 
session_register("count"); 
$count++; 
?> 
Hello visitor, you have seen this page <? echo $count; ?> times.<p> 
</pre> 
stored as session_test.php and session_test.php4, where .php is executed by the ISAPI-Module and .php4 by the executeable php.exe. 
the .php-script returns "document contains no data", the .php4 works as expected. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-11 05:29 UTC] sas at cvs dot php dot net
This should not happen anymore. Please upgrade to the latest version. Thank you for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC