Ignore:
Timestamp:
2014/06/02 12:59:24 (10 years ago)
Author:
pineray
Message:

#2565 セッションに関するクラスや関数を整理

スタティック関数をHelperへ移動.

File:
1 edited

Legend:

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

    r23352 r23491  
    134134        GC_Utils_Ex::gfPrintLog('logout : user='.$this->login_id.' auth='.$this->authority.' sid='.$this->sid); 
    135135    } 
    136  
    137     /** 
    138      * セッションIDを新しいIDに書き換える 
    139      * 
    140      * @return bool 
    141      */ 
    142     public function regenerateSID() 
    143     { 
    144         return session_regenerate_id(true); 
    145     } 
    146136} 
Note: See TracChangeset for help on using the changeset viewer.