Index: temp/trunk/html/admin/products/index2.php
===================================================================
--- temp/trunk/html/admin/products/index2.php	(revision 1711)
+++ temp/trunk/html/admin/products/index2.php	(revision 1712)
@@ -51,4 +51,20 @@
 //$objSess = new SC_Session();
 //sfIsSuccess($objSess);
+
+		// ¥»¥Ã¥·¥ç¥ó³«»Ï
+		sfDomainSessionStart();
+		// ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊÝÂ¸
+		if(isset($_SESSION['cert'])) {
+			$this->sid = session_id();
+			$this->cert = $_SESSION['cert'];
+			$this->login_id = $_SESSION['login_id'];
+			$this->authority = $_SESSION['authority'];	// ´ÉÍý¼Ô:0, °ìÈÌ:1, ±ÜÍ÷:2
+			$this->member_id = $_SESSION['member_id'];
+			// ¥í¥°¤Ëµ­Ï¿¤¹¤ë
+			gfPrintLog("access : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid);
+		} else {
+			// ¥í¥°¤Ëµ­Ï¿¤¹¤ë
+			gfPrintLog("access error.");
+		}
 
 //¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ
