So I have a Rails application using Devise, and I'm a little confused as to how Devise Rememberable works. I have :rememberable
enabled in my User model. When I go to log in WITHOUT checking the Remember me? box, I'm still logged even after a browser close AND a computer restart.
If this is a case, what is the point of rememberable? Am I missing something?
Thanks!