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

[Perl-unix-users] Cookies tamper detection & Unique user detection

2002-08-14 Thread Martin Moss
Hi all, Long time no see:-) How are your significant others (wife, kids, girlfriends, pet goldfish)? Anyway down to business. Is there a method to check if a cookie has been tampered with? I'd thought about encrypting my values, but then the encrypted values can be copied into another cookie. I

Re: [Perl-unix-users] cookies

2001-04-13 Thread $Bill Luebkert
> Pasi Valkeila wrote: > > Hello all! > > I have a script where I create HTTP Cookies using CGI.pm. > Is there a way to delete a cookie with it, or is there a way to delete cookies at >all? Please post in plain text. Just set -expires to 'now' or use a time in the past. -- ,-/- __ _

[Perl-unix-users] cookies

2001-04-13 Thread Pasi Valkeila
Hello all!   I have a script where I create HTTP Cookies using CGI.pm. Is there a way to delete a cookie with it, or is there a way to delete cookies at all?   Thanks   Pasi Valkeilahttp://www.saunalahti.fi/pasev