/**
  * @return bool
  */
 public function renewSession()
 {
     return Session::renew();
 }