heroku - How to clear all devise sessions? -
asks another question, while back question here
and the answer is:
rake db: Satrः clear
However, when I do this I get the error: I do not know how to work the 'db: sessions: clear'
~ $ heroku run Bish
And then
~ $ rake db: Session: Clear
Still the same error.
Any suggestions?
Tried as well as these, is still not working: ~ $ heroku run rake db: session: clear
If you are using sessions using client-side cookies, because you can simply restart your server session IDs are stored in memory in that situation.
Comments
Post a Comment