Re: cookies not expiring on IE.

2002-03-13 Thread Gerald Richter
> > Is this an IE problem or my code is wrong? > Your code seems ok, I would suggest to set the option that IE should ask always before accepting a cookie, then you can click on details and see what you get send. Gerald > Andrew > > ++ > my $cookie1 = cookie(-na

cookies not expiring on IE.

2002-03-08 Thread Andrew Lim
Hi. This might be a off-topic for this list but anyone knows anything about this? I sent cookie using the code below. (You see anything wrong?) But the cookie are not seemed to be expired after 10 minutes. I could confirm that it get's expired well on netscape but not on IE. Is this an IE proble