Hi there
I’m having trouble getting the ‘remember me’ functionality going in
acts_as_authenticated.
The issue seems to be that the login_from_cookie method is using only
the first 60 characters of the remember_token string in the database,
whereas the string in the db is 75 characters long.
I can see in my dev log that login_from_cookie is trying to find the
user but using a truncated string to do so.
Any clues how to rememdy this would be appreciated.
Richard S.