From:             [EMAIL PROTECTED]
Operating system: Windows 2000 SP2
PHP version:      4.2.0
PHP Bug Type:     Session related
Bug description:  Sessions not working

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 bug report at http://bugs.php.net/?id=16807&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16807&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16807&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16807&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16807&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16807&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16807&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16807&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16807&r=submittedtwice

Reply via email to