logout
Logout call
Sending a logout call with any value to MistController will clear the authenticated flag and requires future request on the same connection to be authenticated again. If other calls are used in addition to a logout call all other calls will be processed first.
This call is handy for modern browsers that try to restore previous connections which might cause users to be logged in without passing a password due to a previous session being stored.
{"logout":1}
There is no reply to this call