ID: 8545
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: *Session related
Description: Session variables not carried forward in Netscape Client

can i have the design team views asap.

thanks in advance
Bhaskar

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

[2001-01-08 04:42:01] [EMAIL PROTECTED]
I am attaching the script of two files first.php and second.php which can be used to 
reproduce this.

------------beginning of first.php-------------
<?
session_start();
session_register(test);
$test="firstpage";
?>
<html>
<head>
<title>Php Bug reporting page</title></head>
<body>
<a href="second.php">Click here to goto next page</a></table>
</body>
</html>
---------------------end of first.php-----------
---------------beginning of second.php-----------
<?
session_start();
echo $test;
session_unset();?>
<html><head>
<title>Php Bug reporting page</title></head>
<body>
<a href="first.php">Click here to goto first page</a></table>
</body>
</html>
----------------------end of second.php-------------

On clicking the hyperlink of the first page, i should see the value of variable test 
and an hyperlink. this comes in Ie and not in netscape.

hope this will help u in finding the problem i am having.

rgds
Bhaskar


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

[2001-01-08 03:37:44] [EMAIL PROTECTED]
I am attaching the script of two files first.php and second.php which can be used to 
reproduce this.

------------beginning of first.php-------------
<?
session_start();
session_register(test);
$test="firstpage";
?>
<html>
<head>
<title>Php Bug reporting page</title></head>
<body>
<a href="second.php">Click here to goto next page</a></table>
</body>
</html>
---------------------end of first.php-----------
---------------beginning of second.php-----------
<?
session_start();
echo $test;
session_unset();?>
<html><head>
<title>Php Bug reporting page</title></head>
<body>
<a href="first.php">Click here to goto first page</a></table>
</body>
</html>
----------------------end of second.php-------------

On clicking the hyperlink of the first page, i should see the value of variable test 
and an hyperlink. this comes in Ie and not in netscape.

hope this will help u in finding the problem i am having.

rgds
Bhaskar


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

[2001-01-08 03:33:45] [EMAIL PROTECTED]
I am attaching the script of two files first.php and second.php which can be used to 
reproduce this.

------------beginning of first.php-------------
<?
session_start();
session_register(test);
$test="firstpage";
?>
<html>
<head>
<title>Php Bug reporting page</title></head>
<body>
<a href="second.php">Click here to goto next page</a></table>
</body>
</html>
---------------------end of first.php-----------
---------------beginning of second.php-----------
<?
session_start();
echo $test;
session_unset();?>
<html><head>
<title>Php Bug reporting page</title></head>
<body>
<a href="first.php">Click here to goto first page</a></table>
</body>
</html>
----------------------end of second.php-------------

On clicking the hyperlink of the first page, i should see the value of variable test 
and an hyperlink. this comes in Ie and not in netscape.

hope this will help u in finding the problem i am having.

rgds
Bhaskar


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

[2001-01-06 20:36:16] [EMAIL PROTECTED]
Please include a short script which can be used to reproduce this.

--Jani

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

[2001-01-04 23:29:30] [EMAIL PROTECTED]
Yes the cookies are enabled in netscape client.


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

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=8545


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to