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 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 20:01:30 2025 UTC