/**
  * @param string $uri
  * @param Route  $route
  * @param Router $router
  * @return bool
  */
 protected function filter($uri, $route, $router)
 {
     Router::disableSession();
     return true;
 }