0

After moving an existing rails 2.2 app to a new server, the app is now using a cookie session instead of an active record session. The old server is still running using the same repo and an active record session.

The session_store is being set properly in environment.rb and we can see Rails is loading the setting in Rails.configuration.

Any thoughts?

2
  • Are you sure about the version? 2.2 was released 10 years ago. Commented Nov 21, 2018 at 22:21
  • oh yeah, rails 2.2.2 Commented Nov 21, 2018 at 22:48

1 Answer 1

0

Answering my own question, there is a compatibility issue with rails 2.2 and phusion passenger 5. The solution is to upgrade to rails 2.3 or downgrade to passenger 4.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.