In my application once the user logs out and again if I click the login button I want to ask for credentials, instead i am being logged into the same page where i logged out. I tried removing the cookies, local and session storage and checked. But sill it is taking me to the same page where i logged out. Is the cache and cookies are being stored in server. when i run the application in test once i reloaded all the removed cookies are getting updated. I want to remove all the cookies, and also want to find where the cookies are being stored. Is Auth0 authentication is providing all the cookies and data? Any idea would be helpful, thanks in advance