Hi,
I'm running a Rails web app where the authentication system is based on Authlogic and tardate's authlogic_rpx.
The first one handles everything about sessions, the second one does the mapping with RPX/Janrain (which offers the users to sign in with Twitter or Facebook).
All the users are always automatically logged out after a certain inactivity time (I never managed to know how long), though I disabled the automatic logout and even set up the logout time to 1.year as explained in Authlogic documentation.
What should I do to keep my users logged in?
Kevin