> The one that should set the cookie for your host.

<?
if(!$HTTP_COOKIE_VARS["Test"])
{
  $czas = time();
  setcookie("Test",$czas,$czas+3600,"/myprefix","infoglob.pl");

// after setting path to /myprefix , page is opening very slowly , but
cookie is not sent

 $klient_id = $czas;
}
else
{
 $klient_id = $HTTP_COOKIE_VARS["TestCookie"];
}
?>
-- 
http://www.milinski.com.pl
http://www.infoglob.com
http://agaipiotras.igk.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to