Hello Friends, this is the first time i am integrating OpenId with Authlogic on CommunityEngine
As mentioned in http://railscasts.com/episodes/170-openid-with-authlogic I have implemented the same In the session_controller #for login @user_session.save do |result| if result current_user = @user_session.record ..continue if result is true but the session(current_user) get expired and I don't know how this is happening :( It will be very helpful if someone help me Thanks abhis -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

