예제 #1
0
파일: Native.php 프로젝트: fuelphp/session
 /**
  * Set the session ID for this session
  */
 public function setSessionId($id)
 {
     session_id($id);
     return parent::setSessionId($id);
 }