Changeset 19805 for branches/version-2_5-dev/data/class/SC_Customer.php
- Timestamp:
- 2010/12/31 23:23:49 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Customer.php
r19803 r19805 161 161 $_SESSION['customer'] = $this->customer_data; 162 162 // セッション情報の保存 163 GC_Utils_Ex::gfPrintLog("access : user=".$this->customer_data['customer_id'] ."\t"."ip=". $this->getRemoteHost(), CUSTOMER_LOG_ FILE );163 GC_Utils_Ex::gfPrintLog("access : user=".$this->customer_data['customer_id'] ."\t"."ip=". $this->getRemoteHost(), CUSTOMER_LOG_REALFILE ); 164 164 } 165 165 … … 171 171 $objSiteSess->unsetUniqId(); 172 172 // ログに記録する 173 GC_Utils_Ex::gfPrintLog("logout : user=".$this->customer_data['customer_id'] ."\t"."ip=". $this->getRemoteHost(), CUSTOMER_LOG_ FILE );173 GC_Utils_Ex::gfPrintLog("logout : user=".$this->customer_data['customer_id'] ."\t"."ip=". $this->getRemoteHost(), CUSTOMER_LOG_REALFILE ); 174 174 } 175 175
Note: See TracChangeset
for help on using the changeset viewer.
