-HttpOnly => 1,
-expires => ''
);
print $query->header(
-type => 'text/html; charset=utf-8',
output_html_with_http_headers $query, $cookie, $template->output;
-cookie => $cookie
),
$template->output;
exit;
}
-