What is a host only cookie?

前端 未结 3 878
春和景丽
春和景丽 2020-12-08 00:16

I would like to know what is a host only cookie.

While retrieving a form auth, browser gets in the headers a JSESSIONID cookie shown as

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 00:58

    Host Only cookie means that the cookie should be handled by the browser to the server only to the same host/server that firstly sent it to the browser.

    You don't want to send this host only cookie for ad campaigns, as it might contain sensitive information.

提交回复
热议问题