cobra has asked for the wisdom of the Perl Monks concerning the following question:
I would like to generate the HTML from the CGI program, which I thought was done like this:print $query->redirect(-location=>"wherever",-cookie=>$cookie);
and then proceed with rest of HTML page. This method does not seem to send the cookie to the browser. Any suggestions? Thanksprint $query->header(-cookie=>$cookie);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Cookies
by Masem (Monsignor) on May 05, 2001 at 22:59 UTC | |
Re: Cookies
by Chady (Priest) on May 05, 2001 at 22:04 UTC | |
by cobra (Novice) on May 05, 2001 at 22:12 UTC | |
by Anonymous Monk on May 05, 2001 at 23:16 UTC |