Is there a way to read/decode the contents of a Rails 4 cookie/session into another language such as Javascript or PHP? How?
I have read that this is possible to do so with Rails 3 cookies, but with Rails 4 something about the 2-way encryption makes it difficult/not possible.
Currently, our app uses Rails 3, but I am looking to upgrade and the upgrade will upgrade to Rails 4, so I am trying to see how viable it is to be able to read cookie info from Rails 4 cookies.
