Forum Moderators: open
Enter "session cookies" a coded string is added to the end of each and every internal link containing all the information the cookie would have contained to permit site navigation. The session cookie is now part of the web page and no warnnig is given and no harm can be done from session cookies.
Yes.
m_shroom: there are two ways to pass the session ID to the next page. One is a session cookie (a cookie that gets deleted when the session ends or user closes the browser). The other is by adding the session ID to the URL. Both have the same effect: they pass the session ID to the server. The session ID is a unique string that contains no information. Session data is always stored on the server, not on the client.
HTH.
If the first cookie question when visiting a new site is for a banner network, the second for something that looks like a counter, and the third is from the site itself, I might not.
Too many passed cookies will trigger the No click. As will cookies from unrelated sites.
However, if there is only one cookie passed, and it is from the site I am visiting, I will most probably accept it.