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

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -