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