Sharing Rails 4 session with a Rails 4.1 App

Hello Folks,

I’m curious if it is possible to share a Rails 4 session with a Rails 4.1 application with the same secret key base on the same domain name. This works with Rails 4 to Rails 4 but it appears that my cookies are being encrypted differently between the two versions. Any ideas?

Jordan