Disable sessions for endpoints that do not require them
This commit is contained in:
		
							
								
								
									
										1
									
								
								app.rb
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								app.rb
									
									
									
									
									
								
							| @@ -206,6 +206,7 @@ before do | |||||||
|   # content_type 'text/plain' |   # content_type 'text/plain' | ||||||
|   sleep(1) while Sleep.instance.asleep? && request.path_info != "/livez/sleep" |   sleep(1) while Sleep.instance.asleep? && request.path_info != "/livez/sleep" | ||||||
|   content_type :text if request.path_info.start_with? "/_cat" |   content_type :text if request.path_info.start_with? "/_cat" | ||||||
|  |   request.session_options[:skip] = !request.path_info.start_with?("/session") | ||||||
| end | end | ||||||
|  |  | ||||||
| get "/" do | get "/" do | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user