views:

22

answers:

2

I'm having trouble with the Authlogic-gem. Before I write my own auth-scheme I wanted to ask if anyone had the same problem:

When logging in it successfully executes the user_session.save and redirects, but the "current_user" is not set. It works perfectly locally, but it won't when using Passenger.

I updated Passenger to 3.0 but no luck.

Am I missing something? This is Rails 3.0.0, Authlogic is 2.1.4 from http://github.com/scrum8/authlogic .