How can I close the session after the user successfully logged in?
When the user successfully logs in, he is doing his operations, but in back end the admin deactivates the user. At that time close the user session and redirect to the login page.
Is this possible in rails devise?