public function set_flashdata($aKey, $aValue)
 {
     assert(!is_null($this->driver));
     return $this->driver->set_flashdata($aKey, $aValue);
 }