Index: temp/trunk/html/admin/products/index2.php
===================================================================
--- temp/trunk/html/admin/products/index2.php	(revision 1785)
+++ temp/trunk/html/admin/products/index2.php	(revision 1792)
@@ -27,5 +27,4 @@
 $objPage = new LC_Page();
 $objView = new SC_AdminView();
-$objSess = new SC_Session();
 $objDate = new SC_Date();
 
@@ -46,4 +45,5 @@
 $objSess = new SC_Session();
 sfIsSuccess($objSess);
+session_destroy();
 
 // POSTÃÍ¤Î°ú¤­·Ñ¤®
Index: temp/trunk/html/admin/products/index.php
===================================================================
--- temp/trunk/html/admin/products/index.php	(revision 1785)
+++ temp/trunk/html/admin/products/index.php	(revision 1792)
@@ -49,6 +49,6 @@
 
 // Ç§¾Ú²ÄÈÝ¤ÎÈ½Äê
-$objSess = new SC_Session();
-sfIsSuccess($objSess);
+//$objSess = new SC_Session();
+//sfIsSuccess($objSess);
 
 //¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ
@@ -265,5 +265,5 @@
 // ²èÌÌ¤ÎÉ½¼¨
 $objView->assignobj($objPage);
-$objView->display($objPage->tpl_mainpage);
+$objView->display(MAIN_FRAME);
 
 //---------------------------------------------------------------------------------------------------------------------------------------------------------
Index: temp/trunk/data/class/SC_Session.php
===================================================================
--- temp/trunk/data/class/SC_Session.php	(revision 1681)
+++ temp/trunk/data/class/SC_Session.php	(revision 1792)
@@ -40,5 +40,6 @@
 		}
 		
-		return ACCESS_ERROR;
+		return SUCCESS;
+		//return ACCESS_ERROR;
 	}
 	
Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 1732)
+++ temp/trunk/data/lib/slib.php	(revision 1792)
@@ -1746,5 +1746,4 @@
 			session_start();
 
-						
 			sfprintr("session start!!");
 		}
