ID:               33750
 User updated by:  checkforabcd at yahoo dot com
 Reported By:      checkforabcd at yahoo dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Session related
 Operating System: WinXP
 PHP Version:      4.3.11
 New Comment:

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....


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

[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