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'

I also tried to do that

~ $ 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

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -