예제 #1
0
 /**
  * セッションを終了(書き込み無効)
  *
  * @static
  * @access public
  */
 public static function stop()
 {
     parent::stop();
 }
예제 #2
0
파일: Auth.php 프로젝트: hugi2002/mylibrary
 public function clearIdentity()
 {
     Zend_Session::stop();
     session_destroy();
 }