Is there a way to disable all cookies for a Rails app? Or preferably on a controller by controller basis? My problem is regarding access of a Rails JSON api by an Adobe Lightroom plugin. Apparently the presence of any cookie data in the response from the server causes an error in Lightroom.
feedback
|
|
If you're using Apache, you can turn probably turn off cookies in the response by using mod_headers, which is a standard apache mod.
| |||
|
feedback
|