Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 8058)
+++ temp/trunk/data/class/SC_View.php	(revision 8422)
@@ -145,4 +145,8 @@
 		// PHP5¤Ç¤Ïsession¤ò¥¹¥¿¡¼¥È¤¹¤ëÁ°¤Ë¥Ø¥Ã¥À¡¼¾ðÊó¤òÁ÷¿®¤·¤Æ¤¤¤ë¤È·Ù¹ð¤¬½Ð¤ë¤¿¤á¡¢Àè¤Ë¥»¥Ã¥·¥ç¥ó¤ò¥¹¥¿¡¼¥È¤¹¤ë¤è¤¦¤ËÊÑ¹¹
 		sfDomainSessionStart();
+		$objCartSess = new SC_CartSession();
+		$objCartSess->setPrevURL($_SERVER['REQUEST_URI']);
+
+		
 	}
 }
