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
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