Index: /temp/test-xoops.ec-cube.net/data/class/SC_View.php
===================================================================
--- /temp/test-xoops.ec-cube.net/data/class/SC_View.php	(revision 1142)
+++ /temp/test-xoops.ec-cube.net/data/class/SC_View.php	(revision 1175)
@@ -150,12 +150,5 @@
 		
 		// PHP5¤Ç¤Ïsession¤ò¥¹¥¿¡¼¥È¤¹¤ëÁ°¤Ë¥Ø¥Ã¥À¡¼¾ðÊó¤òÁ÷¿®¤·¤Æ¤¤¤ë¤È·Ù¹ð¤¬½Ð¤ë¤¿¤á¡¢Àè¤Ë¥»¥Ã¥·¥ç¥ó¤ò¥¹¥¿¡¼¥È¤¹¤ë¤è¤¦¤ËÊÑ¹¹
-		sfDomainSessionStart();
-		
-		if($cart){
-			$include_dir = realpath(dirname( __FILE__));
-			require_once($include_dir . "/SC_CartSession.php");
-			$objCartSess = new SC_CartSession();
-			$objCartSess->setPrevURL($_SERVER['REQUEST_URI']);
-		}
+		//sfDomainSessionStart();
 	}
 }
