Index: includes/bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.147
diff -U3 -r1.147 bootstrap.inc
--- includes/bootstrap.inc	29 Jan 2007 19:25:19 -0000	1.147
+++ includes/bootstrap.inc	5 Mar 2007 09:21:53 -0000
@@ -742,6 +742,7 @@
   $user->roles = array();
   $user->roles[DRUPAL_ANONYMOUS_RID] = 'anonymous user';
   $user->session = $session;
+  $user->cache = 0;
   return $user;
 }
 
