trying out Authlogic for the first time (joined the mail list but
apparently the first message is moderated and it's been hours)...
created db sessions but when I log in, no entry is added to sessions db
Maybe it's because my 'user' model is named 'member' and thus I
substituted /user/member/ and /User/Member/ but I wouldn't think so.
I can login and save passwords but cannot get value from
'current_member' or any session variables either.
Should I be creating a member_sessions table in the db or does the
standard Rails sessions table handle this function? I ask because it is
empty.
Craig