Ignore:
Timestamp:
2009/07/13 13:44:58 (15 years ago)
Author:
ramrun
Message:

#517 修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/SC_Customer.php

    r17916 r18186  
    225225        // $_SESSION['customer']の解放 
    226226        unset($_SESSION['customer']); 
     227        $objSiteSess = new SC_SiteSession(); 
     228        $objSiteSess->unsetUniqId(); 
    227229        // ログに記録する 
    228230        GC_Utils_Ex::gfPrintLog("logout : user=".$this->customer_data['customer_id'] ."\t"."ip=". $this->getRemoteHost(), CUSTOMER_LOG_PATH ); 
Note: See TracChangeset for help on using the changeset viewer.