Category "cookies"

Unable to delete cookie from javascript

I am on an external site, and I am trying to delete the cookie via javascript. I did the following in the console: function deleteAllCookies() { var cooki

How does cookie based authentication work?

Can someone give me a step by step description of how cookie based authentication works? I've never done anything involving either authentication or cookies. Wh