Index: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 19991)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 20018)
@@ -52,5 +52,5 @@
     function init() {
         parent::init();
-        $this->tpl_onload = "fnCheckInputPoint(); fnSetDelivTime('payment','payment_id','deliv_time_id');";
+        $this->tpl_onload = "fnCheckInputPoint();";
         $this->tpl_title = "お支払方法・お届け時間等の指定";
         $masterData = new SC_DB_MasterData();
Index: branches/version-2_5-dev/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php
===================================================================
--- branches/version-2_5-dev/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php	(revision 19972)
+++ branches/version-2_5-dev/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php	(revision 20018)
@@ -184,4 +184,5 @@
         ini_set('session.use_cookies', '0');
         ini_set('session.use_trans_sid', '1');
+        ini_set('session.use_only_cookies', '0');
 
         // パラメーターから有効なセッションIDを取得する。
