ID:               33750
 Updated by:       [EMAIL PROTECTED]
 Reported By:      checkforabcd at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: WinXP
 PHP Version:      4.3.11
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




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

[2005-07-19 13:59:07] checkforabcd at yahoo dot com

ok..
My windows internet settings were perfectly fine. The sessions cookies
were supported by default.
As for the mozilla stuff, it didn't work either & no errors or headers
were shown.
Now what should I do to solve the problem....

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

[2005-07-18 19:34:51] [EMAIL PROTECTED]

1) Don't touch session.cookie.path
2) Fix your browser and make it to support session cookies (it's known
winblows "security improvement").
3) Check what headers you get with some sniffer (or just use Mozilla).

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

[2005-07-18 17:21:01] checkforabcd at yahoo dot com

Description:
------------
I have checked the bug reports with ID 8527 & 8588 which were having
exactly the same problem as mine with the only difference that the
solution given for them isn't working in my case, ie, I set the
"session.cookie_path" to "/" & still the problem just won't go away.

Please help...

Reproduce code:
---------------
checkuser.php //location :surevin.com/tender/checkuser.php
<?
session_start();
$_SESSION["madmin1"] = "abcd";
header('Location:
http://www.surevin.com/tender/radmin/secondpage.php');
exit();
?>

secondpage.php
<?
session_start();
echo "The value of madmin is : ".$_SESSION["madmin1"];
?>

Expected result:
----------------
The value of madmin is : abcd

Actual result:
--------------
The value of madmin is : 


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


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

Reply via email to