Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php	(revision 18234)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php	(revision 18673)
@@ -90,5 +90,5 @@
 
             if($objCustomer->getCustomerDataFromEmailPass($arrForm['mypage_login_pass'], $arrForm['mypage_login_email'], true)) {
-                $this->sendRedirect($this->getLocation(DIR_INDEX_URL));
+                $this->sendRedirect($this->getLocation(DIR_INDEX_URL, array(), true));
                 exit;
             } else {
Index: /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Login.php
===================================================================
--- /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Login.php	(revision 18234)
+++ /branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Login.php	(revision 18673)
@@ -65,5 +65,5 @@
         // ログイン判定
         if($objCustomer->isLoginSuccess()) {
-            $this->sendRedirect($this->getLocation(DIR_INDEX_URL));
+            $this->sendRedirect($this->getLocation(DIR_INDEX_URL, array(), true));
             exit;
         } else {
