Unable to delete cookie from javascript

后端 未结 6 1195
名媛妹妹
名媛妹妹 2021-01-01 09:35

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() {
             


        
6条回答
  •  青春惊慌失措
    2021-01-01 10:04

    Clear session cookies in ie11?

    May be The Link above can give a Help

    Just run the JavaScript like Below

    document.execCommand("ClearAuthenticationCache")
    

    I tried and The cookie was cleared.

提交回复
热议问题