Today I Learned - Rocky Kev

Tagged “cookies”

  1. TIL how to delete all cookies with Javascript

    If someone selects 'Reject', you want to remove all the tracking cookies. You can easily clear all cookies stored in a web page by accessing the cookie using document.cookie and clearing it.

See all tags.