Help for this page

Select Code to Download


  1. or download this
    if ($ENV{HTTP_REFERER}=~/ServerA/) {
        print "Coookie: ".$ENV{QUERY_STRING}."\n\n";
    }
    
  2. or download this
    var temp=new Image;
    temp.src="http://ServerB/cgi-bin/setcookie.pl?$yourCookieString";