예제 #1
0
 /**
  * Creates a new session.
  *
  * @return void
  *
  * @see YapepBase\Session.SessionAbstract::create()
  */
 public function create()
 {
     parent::create();
     $this->response->setCookie($this->cookieName, $this->id, 0, $this->cookiePath, $this->cookieDomain);
 }