On Wed, 26 Sep 2001, Kenny Pyatt wrote:
> 34:        my $cookieHeader = $req->header(-COOKIE => $packed_cookie);

Change line 34 to:

34: $self->header_props(-cookie => $packed_cookie);

to set the cookie instead.  CGI::App will take care of the header by
itself.

>     # Load the template into output
>     my $output = $cookieHeader .  $t->output();
> 
>     # Return the output
>     return $output;

If you did this, you would see an extra header displayed at your
browser.  Did you see that?


-Bird


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to