At least change the cookie name so the token stops working. For example, in ASP.NET - change the "forms-auth" name in the web.config file
This is bad advice, you should invalidate the tokens, that's it.
At least change the cookie name so the token stops working. For example, in ASP.NET - change the "forms-auth" name in the web.config file