Index: /branches/feature-module-update/data/class/pages/LC_Page_Index.php
===================================================================
--- /branches/feature-module-update/data/class/pages/LC_Page_Index.php	(revision 16629)
+++ /branches/feature-module-update/data/class/pages/LC_Page_Index.php	(revision 16630)
@@ -84,5 +84,5 @@
 
         $objView = new SC_MobileView();
-        $objView->assign("isLogin", $objCustomer->isLoginSuccess());
+        $objView->assign("isLogin", $objCustomer->isLoginSuccess(true));
         $objView->assignobj($this);
         $objView->display(SITE_FRAME);
Index: /branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Refusal.php
===================================================================
--- /branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	(revision 16582)
+++ /branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Refusal.php	(revision 16630)
@@ -132,5 +132,5 @@
 
         //ログイン判定
-        if (!$objCustomer->isLoginSuccess()){
+        if (!$objCustomer->isLoginSuccess(true)){
             SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR, "", false, "", true);
         }else {
