Index: branches/version-2_4-dev/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php
===================================================================
--- branches/version-2_4-dev/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php	(revision 17771)
+++ branches/version-2_4-dev/data/class/pages/mypage/LC_Page_Mypage_LoginCheck.php	(revision 18672)
@@ -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-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php
===================================================================
--- branches/version-2_4-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php	(revision 17653)
+++ branches/version-2_4-dev/data/class/pages/mypage/LC_Page_Mypage_Login.php	(revision 18672)
@@ -64,5 +64,5 @@
         // ログイン判定
         if($objCustomer->isLoginSuccess()) {
-            $this->sendRedirect($this->getLocation("./index.php"));
+            $this->sendRedirect($this->getLocation("./index.php", array(), true));
             exit;
         } else {
Index: branches/version-2_4-dev/data/Smarty/templates/default/header.tpl
===================================================================
--- branches/version-2_4-dev/data/Smarty/templates/default/header.tpl	(revision 18425)
+++ branches/version-2_4-dev/data/Smarty/templates/default/header.tpl	(revision 18672)
@@ -29,5 +29,5 @@
     <ul>
       <li>
-        <a href="<!--{$smarty.const.URL_DIR}-->mypage/login.php"
+        <a href="<!--{$smarty.const.SSL_URL}-->mypage/login.php"
            onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/mypage_on.gif','mypage');"
            onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/mypage.gif','mypage');">
