Hello, A perl question. I have a cookie that I have set and am attempting to expire. The code below does not seem to work. Any help will be appreciated. $the_cookie = $co->cookie(-name => 'UserID', -value => "whatever", -expires => '-1d'); print $co->header(-type => "text/html", -expires => "-1d", -location => $redi_logout, -cookie => $the_cookie); Any help will be appreciated. Roy