Chrome doesn't delete session cookies

后端 未结 13 1857
有刺的猬
有刺的猬 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:55

    I had to both, unchecked, under advanced settings of Chrome :

    • 'Continue running background apps when Google Chrome is closed'
    • "Continue where I left off", "On startup"

提交回复
热议问题