Help for this page
under sub { validate_cookie() }; get "/foo" => sub { ... my $c = shift; ... };
get "/foo" => sub { validate_cookie() or return; ... my $c = shift; ... };