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

I wasn't aware that this was a support question.

The session_start function used to work fine. Now I get the warnings as
stated above.

I have looked at the support and the only things I could see was about
not putting anything before the session_start. In this case, I have
tried the following:

<?php
session_start();
?>

and I still get the warnings. These three lines are the only things in
the script. There is no HTML above it.

Since this used to work, I disagree that it is a bogus issue and feel
that it should still be a bug.


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

[2002-04-24 19:15:10] [EMAIL PROTECTED]

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

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

[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