Subject: | Improve the documentation of the method header() |
Perhaps more detailed explanation in the documentation for the method
header() (and others) would be nice.
My exact problem was to print a cookie before processing t.t. templates
in utf-8
The solution is as simple as add:
print $session->header( charset => 'utf-8' );
A lot of thanks for all, and keep the good job.