Index: /branches/feature-module-zeus/data/include/mobile.inc
===================================================================
--- /branches/feature-module-zeus/data/include/mobile.inc	(revision 15461)
+++ /branches/feature-module-zeus/data/include/mobile.inc	(revision 15469)
@@ -197,4 +197,12 @@
 		exit;
 	}
+	
+	if($_SESSION['mobile']['phone_id'] == "") {
+		$_SESSION['mobile']['phone_id'] = GC_MobileUserAgent::getId();
+		if($_SESSION['mobile']['phone_id'] != "") {
+			gfPrintLog("µ¡¼ïÈÖ¹æ¤ÎºÆ¼èÆÀ¡§".$_SESSION['mobile']['phone_id']);
+		}
+	}
+	
 	// ¥»¥Ã¥·¥ç¥ó¤ÎÍ­¸ú´ü¸Â¤ò¹¹¿·¤¹¤ë¡£
 	$_SESSION['mobile']['expires'] = time() + MOBILE_SESSION_LIFETIME;
