Index: /temp/trunk/data/class/SC_Session.php
===================================================================
--- /temp/trunk/data/class/SC_Session.php	(revision 1656)
+++ /temp/trunk/data/class/SC_Session.php	(revision 1657)
@@ -11,5 +11,5 @@
 	function SC_Session() {
 		// ¥»¥Ã¥·¥ç¥ó³«»Ï
-		//sfDomainSessionStart();
+		sfDomainSessionStart();
 		// ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊÝÂ¸
 		if(isset($_SESSION['cert'])) {
@@ -30,5 +30,4 @@
 	function IsSuccess() {
 		global $arrPERMISSION;
-			/*	
 		if($this->cert == CERT_STRING) {
 			if(isset($arrPERMISSION[$_SERVER['PHP_SELF']])) {
@@ -42,5 +41,4 @@
 		
 		return ACCESS_ERROR;
-		*/
 		return SUCCESS;
 	}
Index: /temp/trunk/html/admin/products/index.php
===================================================================
--- /temp/trunk/html/admin/products/index.php	(revision 1656)
+++ /temp/trunk/html/admin/products/index.php	(revision 1657)
@@ -35,10 +35,10 @@
 $objPage = new LC_Page();
 $objView = new SC_AdminView();
-//$objDate = new SC_Date();
+$objDate = new SC_Date();
 $objSess = new SC_Session();
 
 // Ç§¾Ú²ÄÈÝ¤ÎÈ½Äê
-//$objSess = new SC_Session();
-//sfIsSuccess($objSess);
+$objSess = new SC_Session();
+sfIsSuccess($objSess);
 
 /*
