ASP.Net Identity sign-out all sessions

How do you sign-out all sessions with ASP.NET Identity?
Lets say you are signed-in from two different browser with the same user. When the user signs-out from one browser, the session of the other browser should be invalidated as well.
(I need this to invalided all sessions of a user on password change.)