I have an pretty simple app hosted on EC2 built with Sinatra, served with thin behind nginx. The problem is that with Chrome, the session variables get 'lost' in Sinatra. It does not happen in Firefox.
This is using Rack::Session::Cookie. This is similar to this issue: Sinatra not persisting session with redirect on Chrome
Any insights in how to solve this issues in Chrome would be appreciated.