--- includes/common.inc	2007-03-21 11:19:28.000000000 -0400
+++ includes/common.inc	2007-03-21 11:12:29.000000000 -0400
@@ -1280,7 +1280,7 @@
  * react to the closing of the page by calling hook_exit().
  */
 function drupal_page_footer() {
-  if (variable_get('cache', 0)) {
+  if (variable_get('cache', 0) && !$GLOBALS['skip_page_cache']) {
     page_set_cache();
   }
 
