note 86142 added to function.session-start

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Hi 2 all. I please u all to help.
session_start() doesn't start at all. Can't figure out what is wrong :(

index.php:
<?php
session_start();
$_SESSION['ip'] = getenv("REMOTE_ADDR");
$_SESSION['logged'] = false;
$_SESSION['login'] = "guest";
$_SESSION['mode'] = "GuestMode";
$_SESSION['name'] = "SessionName";
?>

get.php:
<?php
session_start();
echo "name = ".$_SESSION['name']."<br>";
echo "logged = ".$_SESSION['logged']."<br>";
echo "login = ".$_SESSION['login']."<br>";
echo "mode = ".$_SESSION['mode']."<br>";
echo "ip = ".$_SESSION['ip']."<br>";
?>

First i open the index.php in browser and while stil opened, i open the get.php and...
in:
 - Opera
 - IE 
we see no data transfer at all :(

It works only in: 
 - FireFox
 - Safari
 - Flock
 - SeaMonkey

How 2 fix this bug?!
Thx.

ps: could u answer me via email plz.
----
Server IP: 91.189.86.54
Probable Submitter: 89.169.97.17
----
Manual Page -- http://www.php.net/manual/en/function.session-start.php
Edit        -- https://master.php.net/note/edit/86142
Del: integrated  -- https://master.php.net/note/delete/86142/integrated
Del: useless     -- https://master.php.net/note/delete/86142/useless
Del: bad code    -- https://master.php.net/note/delete/86142/bad+code
Del: spam        -- https://master.php.net/note/delete/86142/spam
Del: non-english -- https://master.php.net/note/delete/86142/non-english
Del: in docs     -- https://master.php.net/note/delete/86142/in+docs
Del: other reasons-- https://master.php.net/note/delete/86142
Reject      -- https://master.php.net/note/reject/86142
Search      -- https://master.php.net/manage/user-notes.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.