Authlogic - Logout not working but working in dev?

I just started learning ... but thought I would throw this into the community too.

I am creating an application using Authlogic for authentication. The auth attribute is mostly related to the authlogic tutorials ...

My logoff button works in dev, destroying the session and giving a flash to root_url. However, when the link gets twisted, take me to root_url, but there is no flash and the session data still exists.

Everything else is working on production ... as I said, I'm just starting my investigation. Hope someone has an idea ...

Setup info: Rails 2.3.2 Dev - standard script / server mongrel Prod - apache / passenger / mysql

0


a source to share


1 answer


Well. It turns out there are some session issues with authlogic and Passenger versions prior to 2.2.2.

I updated to 2.2.2 and the problem was resolved.



So a quick update and everything works fine.

+2


a source







All Articles