Cookies vs Basic Auth
To logout of a basic auth login the browser often needs to be quit entirely. This means there is no way for the server to log out the user. I believe basic auth also has more overhead (assuming your cookie size isn’t massive), but I might be wrong about that. HTTP basic auth also sends … Read more