Ignore:
Timestamp:
2014/10/14 12:07:56 (10 years ago)
Author:
kim
Message:

#2565 r23491 r23493 をリバート

既存関数の削除が影響が大き為、2.13.3では見送り、後方互換をがはいれば、2.13.4では採用を検討

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_3/data/class/SC_Session.php

    r23605 r23655  
    142142        GC_Utils_Ex::gfPrintLog('logout : user='.$this->login_id.' auth='.$this->authority.' sid='.$this->sid); 
    143143    } 
     144 
     145    /** 
     146     * セッションIDを新しいIDに書き換える 
     147     * 
     148     * @return bool 
     149     */ 
     150    public function regenerateSID() 
     151    { 
     152        return session_regenerate_id(true); 
     153    } 
    144154} 
Note: See TracChangeset for help on using the changeset viewer.