Is there a way to terminate an ASP.NET Session programmatically by passing the SessionID for example. I'm not looking to terminate the current session (i.e. via Session.Abadon), but another user's ...