I am trying to have shared cookies between Rails 3 and Rails 4.1 apps. The problem is that the Rails 3 cookies are just base64 encoded, but the Rails 4.1 cookies are encrypted.
Is there any way to make both Rails 3 and Rails 4.1 make to use compatible cookies?
For now the most easy way seems to downgrade to Rails 4.0