OpenId + authlogic + communityengine

Hello Friends,
this is the first time i am integrating OpenId with Authlogic on
CommunityEngine

As mentioned in #170 OpenID with Authlogic - RailsCasts
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