Bill,

Your assistance was useful.

The variables actually included:
$Cookie_html = "Set-Cookie: latc_affid='top|$referer|$requested_uri|2005-11-4';
expires='Mon Nov  5 04:05:38 2007'; path=/; domain=.linksandtraffic.com; 0\n";

Using your example, I found two things.

1. I seem to have to use print "Set-Cookie...."; instead
of print "$Cookie_html". Using the second would not work,
using the first did.

2. Too many browsers, and not enough realization. 
I was looking for an IE cookie while running Firefox. :(

Thank you for your assistance.


Bill Platt


$Bill Luebkert wrote:
Bill Platt wrote:
I have set up the following code for the purpose of
putting a cookie on my site:

$Cookie_html = "Set-Cookie: latc_affid='$cookie_data';
expires='$CookieExpires'; path=$CookiePath; domain=$CookieDomain;
$CookieSecure\n";
    

What's in those vrbls ?
  
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to