
September 7th, 2000, 12:06 AM
|
|
Junior Member
|
|
Join Date: Sep 2000
Location: Boston, MA USA
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
My server is not transmitting a cookie.
It will send a session cookie, but not a regular cookie
This is the test code I tried. It comes back wih a blank and I do not have a cookie in windowscookies. The tracking module seems to be loaded according to phpinfo().
<?
SetCookie("visitor",$login,time()+864000);
echo "visitor = $visitor";
?>
Any thoughts, thanks
|