ID: 33750 Updated by: [EMAIL PROTECTED] Reported By: checkforabcd at yahoo dot com -Status: Open +Status: Feedback Bug Type: Session related Operating System: WinXP PHP Version: 4.3.11 New Comment:
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). Previous Comments: ------------------------------------------------------------------------ [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