Changeset 1795 for temp/trunk/data/class


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

blank

File:
1 edited

Legend:

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

    r1792 r1795  
    1313        sfDomainSessionStart(); 
    1414        // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 
    15         if(isset($_SESSION['cert'])) { 
     15//      if(isset($_SESSION['cert'])) { 
    1616            $this->sid = session_id(); 
    1717            $this->cert = $_SESSION['cert']; 
     
    2121            // ¥í¥°¤Ëµ­Ï¿¤¹¤ë 
    2222            gfPrintLog("access : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 
    23         } else { 
     23//      } else { 
    2424            // ¥í¥°¤Ëµ­Ï¿¤¹¤ë 
    25             gfPrintLog("access error."); 
    26         } 
     25//          gfPrintLog("access error."); 
     26//      } 
    2727    } 
    2828     
Note: See TracChangeset for help on using the changeset viewer.