First i look in the console with the command:
document.cookie
. There are four Elements.
Then i look in "developer Tools" - "Application" - "Cookies" - "stackoverflow"
Question:
Why are there more Cookies displayed in the latter view.
First i look in the console with the command:
document.cookie
. There are four Elements.
Then i look in "developer Tools" - "Application" - "Cookies" - "stackoverflow"
Question:
Why are there more Cookies displayed in the latter view.
According to this question it can be assumed that some of those cookies are HTTP cookies which do not get set in document.cookie
(these cookies are passed through HTTP headers).