Changeset 1798 for temp/trunk/data/class
- Timestamp:
- 2006/08/24 18:54:48 (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
r1796 r1798 12 12 // ¥»¥Ã¥·¥ç¥ó³«»Ï 13 13 sfDomainSessionStart(); 14 // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 15 // if(isset($_SESSION['cert'])) { 14 15 /* // ¥»¥Ã¥·¥ç¥ó¾ðÊó¤ÎÊݸ 16 if(isset($_SESSION['cert'])) { 16 17 $this->sid = session_id(); 17 18 $this->cert = $_SESSION['cert']; … … 21 22 // ¥í¥°¤ËµÏ¿¤¹¤ë 22 23 gfPrintLog("access : user=".$this->login_id." auth=".$this->authority." sid=".$this->sid); 23 //} else {24 } else { 24 25 // ¥í¥°¤ËµÏ¿¤¹¤ë 25 //gfPrintLog("access error.");26 //}26 gfPrintLog("access error."); 27 } 27 28 } 28 29 */ 29 30 /* ǧ¾ÚÀ®¸ù¤ÎȽÄê */ 30 31 function IsSuccess() {
Note: See TracChangeset
for help on using the changeset viewer.
