Hi,
I’m using restful_authentication on rails 2.3.2.
It works find on my local machine which has passenger 2.1.2.
But it doesn’t work on the web hosting server (DreamHost) which may have
lower version of passenger.
The problem is session[:user_id] is not reserved while redirecting.
Is this an incompatibility issue between rails 2.3.2 and passenger?
If so, is there a workaround other than upgrading passenger?
(I’ve already asked DreamHost to upgrade passenger but it will take
time.)
Thanks.
Sam