authlogic: remember_me_for does not work in Rails
remember_me_for
does not work in Rails:
- authlogic saves user_credentials in cookie and in Rails session
- when authlogic’s cookie expires it uses user_credentials from Rails session that never expires
gem ‘authlogic’, ‘~> 3.5.0’ gem ‘rails’, ‘4.2.6’
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 28
@tiegz Thanks you. Now I know about Cookie, Rails and Chrome a little bit more
@palexvs if you’re up to it, a PR explaining the Chrome gotcha in the README would be super helpful too 👌