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 problem or my code is wrong? Andrew ++++++++++++++++++++++++++++++++++ my $cookie1 = cookie(-name=>'A', -value=>'AAAA', -expires=>'+10m'); my $cookie2 = cookie(-name=>'B', -value=>'BBBBBB', -expires=>'+10m'); print header(-cookie=>[$cookie1, $cookie2]); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
