Asp.Net UseOktaMvc logout

The solution is to add the following after the call to signout -

Session.Clear();
Session.Abandon();

With this added you can repeatedly login/logout without having to close the browser