Chrome doesn't delete session cookies

后端 未结 13 1908
有刺的猬
有刺的猬 2020-11-22 05:25

I\'m trying to set session cookie in javascript like this:

document.cookie = \'name=alex; path=/\'

But Chrome doesn\'t delete it even if I

13条回答
  •  暖寄归人
    2020-11-22 05:50

    Have you tried to Remove hangouts extension in Google Chrome? because it forces chrome to keep running even you close all the windows.

    I was also facing the problem but it resolved now.

提交回复
热议问题