diff --git a/app.rb b/app.rb index 8aec6d7..910bb1e 100644 --- a/app.rb +++ b/app.rb @@ -206,6 +206,7 @@ before do # content_type 'text/plain' sleep(1) while Sleep.instance.asleep? && request.path_info != "/livez/sleep" content_type :text if request.path_info.start_with? "/_cat" + request.session_options[:skip] = !request.path_info.start_with?("/session") end get "/" do