|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-18 19:34 UTC] tony2001@php.net
[2005-07-19 13:59 UTC] checkforabcd at yahoo dot com
[2005-07-19 20:54 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 16:00:01 2025 UTC |
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 :