--- fb.module	2011-02-24 18:07:58.000000000 -0800
+++ ../fb-fixed/fb.module	2011-03-17 14:41:29.000000000 -0700
@@ -197,7 +197,7 @@ function fb_init() {
       }
       elseif (isset($_SESSION['fb'][$_fb_app->apikey]['session'])) {
         // Use the session previously stored.
-        $_fb->setSession($_SESSION['fb_session']);
+        $_fb->setSession($_SESSION['fb']);
       }
 
       // Store session for future use.  We'll need it if third-party cookies
@@ -1529,4 +1529,4 @@ function fb_channel_page() {
   $output .= "<script src=\"$url\"></script>\n";
   print $output;
   exit();
-}
\ No newline at end of file
+}
