ID:               16807
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: Windows 2000 SP2
 PHP Version:      4.2.0
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


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

[2002-04-24 16:21:41] [EMAIL PROTECTED]

When running PHP 4.2.0 on Windows 2000, IIS 5, the following code
causes problems:

<?php
  session_start();
?>

I get the message:

Warning: Cannot send session cache limiter - headers already sent in
D:\Development\test.php on line 2
PHP Warning:  Cannot send session cookie - headers already sent in
D:\Development\test.php on line 2
PHP Warning:  Cannot send session cache limiter - headers already sent
in D:\Development\test.php on line 2

It appears that sessions are still not working (they weren't working in
4.1.2 either)

--
Martin

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


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

Reply via email to