Index: temp/trunk/html/index.php
===================================================================
--- temp/trunk/html/index.php	(revision 8414)
+++ temp/trunk/html/index.php	(revision 8416)
@@ -19,5 +19,6 @@
 $objPage = new LC_Page();
 $conn = new SC_DBConn();
-$objSiteSess = new SC_SiteSession();
+$objCartSess = new SC_CartSession();
+$objCartSess->setPrevURL($_SERVER['REQUEST_URI']);
 
 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
Index: temp/trunk/html/cart/index.php
===================================================================
--- temp/trunk/html/cart/index.php	(revision 8415)
+++ temp/trunk/html/cart/index.php	(revision 8416)
@@ -33,5 +33,5 @@
 
 sfprintr($_SESSION["site"]);
-sfprintr($objCartSess->getPrevURL(););
+sfprintr($objCartSess->getPrevURL());
 
 // ¾¦ÉÊ¹ØÆþÃæ¤Ë¥«¡¼¥ÈÆâÍÆ¤¬ÊÑ¹¹¤µ¤ì¤¿¡£
