Hello,

I am using AuthLogic as my authentication gem.  Everything is great on
my development server.  When I upload to my passenger driven
production server at Dreamhost, the sessions are persisting
relentlessly.  In other words, a user cannot log out.  I have tried
implementing the Active Record session store and have changed
the :secret key in initializers/session_store.rb, but for some reason,
it is not resetting my users.  Another interesting note is that in the
Appplication Controller if I force current_user_session to return
false, the user is logged out (of course).  The problem seems to be
coming from user_session.delete.

Has anyone encountered this before?  Is there something in Rack that
is holding this back?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to