Re: [Perl-unix-users] Cookies advice

2005-11-03 Thread $Bill Luebkert
Bill Platt wrote: > Now, I am beginning to think that I have > misunderstood the nature of using cookies. > I am actually attempting to do so for the > first time. > > When I fire the SetCookies procedure: > &setCookie("user", "dbewley", $expDate, $path, $domain); > > Is this the only way it can

[Perl-unix-users] Cookies advice

2005-11-03 Thread Bill Platt
Now, I am beginning to think that I have misunderstood the nature of using cookies. I am actually attempting to do so for the first time. When I fire the SetCookies procedure: &setCookie("user", "dbewley", $expDate, $path, $domain); Is this the only way it can be done? I thought perhaps