Index: branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php
===================================================================
--- branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php	(revision 17771)
+++ branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php	(revision 18727)
@@ -90,5 +90,5 @@
 
             if($objCustomer->getCustomerDataFromEmailPass($arrForm['mypage_login_pass'], $arrForm['mypage_login_email'], true)) {
-                $this->sendRedirect($this->getLocation("./index.php"));
+                $this->sendRedirect($this->getLocation("./index.php", array(), true));
                 exit;
             } else {
Index: branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_Login.php
===================================================================
--- branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_Login.php	(revision 17653)
+++ branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_Login.php	(revision 18727)
@@ -64,5 +64,5 @@
         // ログイン判定
         if($objCustomer->isLoginSuccess()) {
-            $this->sendRedirect($this->getLocation("./index.php"));
+            $this->sendRedirect($this->getLocation("./index.php", array(), true));
             exit;
         } else {
