drupal_page_header()
drupal/includes/bootstrap.inc, line 720
Set HTTP headers in preparation for a page response.
Authenticated users are always given a 'no-cache' header, and will fetch a fresh page on every request. This prevents authenticated users seeing locally cached pages that show them as logged out.
@see page_set_cache()