I have been looking around the forums, specifically here, and it doesn't seem possible but I wanted to explicitly confirm. If
I do an xhr call to a server then the user decides that they want to cancel out of authentication, is there a way for me to clear a specific cookie if I know its name? I have tried accessing document.cookie directly in order to clear them or expire the
one I care about but it doesn't seem to work.