Quick Cookie Question, with CGI.pm.
by other posts by this author
May 15 2002 1:12PM messages near this date
view in the new Beta List Site
Re: unicode
|
Quick Cookie Question, with CGI.pm.
I know that the cookie has to be sent with the header. But
i'm having a problem sending a cookie and then
redirecting.
print $query-> header(-cookie => $sendcookie);
print $query-> redirect(-uri=>'http://www.yahoo.com/');
This will send the cookie but prints the 303 error message
from CGI.pm. How can I send the cookie and redirect at the
same time.
Any help greatly appreciated.
Allan.
|