I posted it few months ago.
Now I thought I solved the problem with sending cookie 
"per page" and with every prefix.

I use that:

<?
 $cinfo = $HTTP_COOKIE_VARS["TestCookie"] ;
 if ( !isset ($TestCookie)) {
 setcookie ("TestCookie",$TestCookie,time()+3600,"$HTTP_REFERER","") ; }
 else {
  setcookie ("TestCookie",$TestCookie,time()+3600,"$HTTP_REFERER","") ;
 }
 ?>
  
<? echo "$TestCookie"; ?> 

and with non midgard sites it work for every page which contains it,
whenever this page is.
I included it in code-global, and it really do not want to send a
cookie.
Code-global is sent for every page. Am I right?
What can be wrong?

Piotras



_________________________
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