Im just about to perform an update to my app, I want to log out all users that have remembered session. I mean, once I deploy the update I want to force all the users to log in again.
What is the best way to do it?
If you're storing in active_record, just delete all the sessions.
rake db:sessions:clear
If cookies, just change your session_token
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With