Changeset 1795 for temp/trunk/data/class
- Timestamp:
- 2006/08/24 18:52:35 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Session.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Session.php
r1792 r1795 13 13 sfDomainSessionStart(); 14 14 // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 15 if(isset($_SESSION['cert'])) {15 // if(isset($_SESSION['cert'])) { 16 16 $this->sid = session_id(); 17 17 $this->cert = $_SESSION['cert']; … … 21 21 // ¥í¥°¤ËµÏ¿¤¹¤ë 22 22 gfPrintLog("access : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 23 } else {23 // } else { 24 24 // ¥í¥°¤ËµÏ¿¤¹¤ë 25 gfPrintLog("access error.");26 }25 // gfPrintLog("access error."); 26 // } 27 27 } 28 28
Note: See TracChangeset
for help on using the changeset viewer.
