]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api_controller.rb
Don't create sessions for API calls.
[rails.git] / app / controllers / api_controller.rb
index 62633dbb3ddbb6a79e0f38183e61a70621ece0d5..39706edf0b3b4e2228aa5c08735eaa4f748b5111 100644 (file)
@@ -1,5 +1,6 @@
 class ApiController < ApplicationController
 
+  session :off
   after_filter :compress_output
 
   #COUNT is the number of map requests to allow before exiting and starting a new process