Re: Clearing cookies

2005-08-17 Thread Denzil Kruse
--- [EMAIL PROTECTED] wrote: > can you give a syntax example? Here is a piece of what I'm doing: if ($clear_cookie eq 'yes') { my %cookies = fetch CGI::Cookie; if ($cookies{'id'}) { $cookies{'id'}->expires('-1s'); p

Re: Clearing cookies

2005-08-17 Thread Denzil Kruse
I'm still having a problem clearing the cookie, or at least with the browser realizing it has been cleared. What happens is this: The cookie is set, and my program behaves as it is supposed to. When I decide to clear it, I do it and display a form which will recreate the cookie once the form is

Re: Clearing cookies

2005-08-17 Thread Denzil Kruse
Okay, never mind. There was an error elsewhere in my code. Denzil --- Denzil Kruse <[EMAIL PROTECTED]> wrote: > I'm still having a problem clearing the cookie, or > at > least with the browser realizing it has been > cleared. > > What happens is this: The cookie is set, and my > program behav