Reading Rails 4.1 session cookie in Rails 6

Viewed 173

I’m attempting to strangle a legacy Rails 4.1 application by using a proxy in front of it and sending some requests to a new Rails 6 application.

The Rails 4 application is responsible for user authentication and setting the initial session cookie.

Is there a way to get the Rails 6 application to read/write Rails 4.1 compatible session cookies?

Thanks

0 Answers
Related