ID:               32221
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mperson at sohu dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: win2k
 PHP Version:      5.0.3
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.


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

[2005-03-07 16:14:21] mperson at sohu dot com

Description:
------------
I write a web programe with php 5.0.3.
When I write so in a.php:
<?
$Name="abcd";
session_start();
session_register("Name");
?>
<script language="javascript">
self.location="b.php";
</script>
in b.php I write so:
<?
echo session_is_registered("Name");
?>
b.php display null
if I write so in a.php
<a href="b.php">next page</a>
b.php display 1
I do not know if it is a bug?please answer me

Reproduce code:
---------------
I write a web programe with php 5.0.3.
When I write so in a.php:
<?
$Name="abcd";
session_start();
session_register("Name");
?>
<script language="javascript">
self.location="b.php";
</script>
in b.php I write so:
<?
echo session_is_registered("Name");
?>
b.php display null
if I write so in a.php
<a href="b.php">next page</a>
b.php display 1
I do not know if it is a bug?please answer me

Expected result:
----------------
I write a web programe with php 5.0.3.
When I write so in a.php:
<?
$Name="abcd";
session_start();
session_register("Name");
?>
<script language="javascript">
self.location="b.php";
</script>
in b.php I write so:
<?
echo session_is_registered("Name");
?>
b.php display null
if I write so in a.php
<a href="b.php">next page</a>
b.php display 1
I do not know if it is a bug?please answer me

Actual result:
--------------
I write a web programe with php 5.0.3.
When I write so in a.php:
<?
$Name="abcd";
session_start();
session_register("Name");
?>
<script language="javascript">
self.location="b.php";
</script>
in b.php I write so:
<?
echo session_is_registered("Name");
?>
b.php display null
if I write so in a.php
<a href="b.php">next page</a>
b.php display 1
I do not know if it is a bug?please answer me


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


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

Reply via email to