Can't seem to get the cookies I want sent. Refreshing a page resends
all the cookies, yes? The HTML in this function should be sufficient,
yes?
function userCounterPage () {
global $cookies;
extract($config =getConfig());
$self = $self."?pageEve ntMiddle[]=userCounterPag e&renderPageCan cel=true";
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0
Transitional//EN\">
<html>
<head>
<title></title>
<meta http-equiv=\"REFRESH \" content=\"9; url=$self\">
</head>
<body>";
$cookies->printAllCookie s();
echo "</body></html>";
}
all the cookies, yes? The HTML in this function should be sufficient,
yes?
function userCounterPage () {
global $cookies;
extract($config =getConfig());
$self = $self."?pageEve ntMiddle[]=userCounterPag e&renderPageCan cel=true";
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0
Transitional//EN\">
<html>
<head>
<title></title>
<meta http-equiv=\"REFRESH \" content=\"9; url=$self\">
</head>
<body>";
$cookies->printAllCookie s();
echo "</body></html>";
}
Comment