Changeset 1712 for temp/trunk


Ignore:
Timestamp:
2006/08/24 17:16:26 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index2.php

    r1711 r1712  
    5151//$objSess = new SC_Session(); 
    5252//sfIsSuccess($objSess); 
     53 
     54        // ¥»¥Ã¥·¥ç¥ó³«»Ï 
     55        sfDomainSessionStart(); 
     56        // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 
     57        if(isset($_SESSION['cert'])) { 
     58            $this->sid = session_id(); 
     59            $this->cert = $_SESSION['cert']; 
     60            $this->login_id = $_SESSION['login_id']; 
     61            $this->authority = $_SESSION['authority'];  // ´ÉÍý¼Ô:0, °ìÈÌ:1, ±ÜÍ÷:2 
     62            $this->member_id = $_SESSION['member_id']; 
     63            // ¥í¥°¤Ëµ­Ï¿¤¹¤ë 
     64            gfPrintLog("access : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 
     65        } else { 
     66            // ¥í¥°¤Ëµ­Ï¿¤¹¤ë 
     67            gfPrintLog("access error."); 
     68        } 
    5369 
    5470//¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ 
Note: See TracChangeset for help on using the changeset viewer.