/**
  * @see CookieSession::update()
  */
 public function update()
 {
     $this->updateSQL .= ", boardID = " . $this->boardID . ", threadID = " . $this->threadID;
     parent::update();
 }