Changeset 1798 for temp/trunk/data/class


Ignore:
Timestamp:
2006/08/24 18:54:48 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Session.php

    r1796 r1798  
    1212        // ¥»¥Ã¥·¥ç¥ó³«»Ï 
    1313        sfDomainSessionStart(); 
    14         // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 
    15 //      if(isset($_SESSION['cert'])) { 
     14         
     15/*      // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 
     16        if(isset($_SESSION['cert'])) { 
    1617            $this->sid = session_id(); 
    1718            $this->cert = $_SESSION['cert']; 
     
    2122            // ¥í¥°¤Ëµ­Ï¿¤¹¤ë 
    2223            gfPrintLog("access : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 
    23 //      } else { 
     24        } else { 
    2425            // ¥í¥°¤Ëµ­Ï¿¤¹¤ë 
    25 //          gfPrintLog("access error."); 
    26 //      } 
     26            gfPrintLog("access error."); 
     27        } 
    2728    } 
    28      
     29    */ 
    2930    /* ǧ¾ÚÀ®¸ù¤ÎȽÄê */ 
    3031    function IsSuccess() { 
Note: See TracChangeset for help on using the changeset viewer.