OpenId + authlogic + communityengine

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 :frowning:

It will be very helpful if someone help me

Thanks abhis